Allow $conds of IDatabase::selectRow to be a string
[lhc/web/wiklou.git] / includes / libs / rdbms / database / IDatabase.php
index aeefacd..333bd81 100644 (file)
@@ -801,7 +801,7 @@ interface IDatabase {
         *
         * @param string|array $table Table name
         * @param string|array $vars Field names
-        * @param array $conds Conditions
+        * @param string|array $conds Conditions
         * @param string $fname Caller function name
         * @param string|array $options Query options
         * @param array|string $join_conds Join conditions