diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-05-24 15:01:09 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net ; true> | 2011-05-24 15:01:09 -0700 |
commit | d69c19b7a138659962d3c20c2487f4f13da997c5 (patch) | |
tree | 2300eaa3ed16fd31b8e844df72bb49434298a2e8 /htdocs/src/Cif_Database.inc.php | |
parent | a1bbd6bfb8dd3812c70acdeff793cd9d78bdc219 (diff) |
Working on email validation
Diffstat (limited to 'htdocs/src/Cif_Database.inc.php')
-rw-r--r-- | htdocs/src/Cif_Database.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |