diff options
Diffstat (limited to 'lib/private/db.php')
-rw-r--r-- | lib/private/db.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/private/db.php b/lib/private/db.php index 11532d9fa54..f2654522fff 100644 --- a/lib/private/db.php +++ b/lib/private/db.php @@ -256,9 +256,8 @@ class OC_DB { /** * @brief Insert a row if a matching row doesn't exists. - * @param string $table. The table to insert into in the form '*PREFIX*tableName' - * @param array $input. An array of fieldname/value pairs - * @param string $table + * @param string $table The table to insert into in the form '*PREFIX*tableName' + * @param array $input An array of fieldname/value pairs * @return boolean number of updated rows */ public static function insertIfNotExist($table, $input) { |