From d69c19b7a138659962d3c20c2487f4f13da997c5 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 24 May 2011 15:01:09 -0700 Subject: Working on email validation --- htdocs/src/Cif_Database.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/src/Cif_Database.inc.php') diff --git a/htdocs/src/Cif_Database.inc.php b/htdocs/src/Cif_Database.inc.php index e78889c..cc42b14 100644 --- a/htdocs/src/Cif_Database.inc.php +++ b/htdocs/src/Cif_Database.inc.php @@ -111,7 +111,7 @@ class Cif_Database { } /** - * Insert a collection of rows into the database. + * Insert a row into the database. * * @param string $table The table to update. * @param array $row Arrays of fields mapped to values for the new row. -- cgit v1.2.3