summaryrefslogtreecommitdiffstats
path: root/lib/private/db.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@owncloud.com>2014-04-09 15:20:18 +0200
committerAndreas Fischer <bantu@owncloud.com>2014-04-09 15:20:18 +0200
commit78ee4c1327313a0d2b8153be01cb77770cf90a81 (patch)
tree1c363c9f4f3422f0a82db6c72c0bd3081606c27b /lib/private/db.php
parent86ab1cf476ab03d3c3e64ab9603bc1b6a1f27be5 (diff)
parentd8f56e3c00e9cdba37b1155a4314398c7a124103 (diff)
downloadnextcloud-server-78ee4c1327313a0d2b8153be01cb77770cf90a81.tar.gz
nextcloud-server-78ee4c1327313a0d2b8153be01cb77770cf90a81.zip
Merge remote-tracking branch 'owncloud/master' into db-convert-tool
* owncloud/master: (137 commits) add comment to clearify when a skip in the foreach happens remove obsolete code Always define sendmail_is_available [tx-robot] updated from transifex Make hardcoded exception messages translatable Disable sharing in trashbin app class Test_Config is already declared [tx-robot] updated from transifex using array_key_exists() instead of isset() - required because in case the value is null isset is returning false fixing undefined exception classes unit test testSetAppValueIfSetToNull() added unit tests for dynamic backend registration ignore underscore.js in scrutinizer.yml adding ownCloud globals to jshintrc: OC, t, n Use git checkout on directory as some files may not be in git resulting in, e.g.: adding underscore.js reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 translations for oc-dialogs reside in code Fix copy conflict dialog translation [tx-robot] updated from transifex ...
Diffstat (limited to 'lib/private/db.php')
-rw-r--r--lib/private/db.php5
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) {