diff options
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. |