summaryrefslogtreecommitdiff
path: root/includes/database/select.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-20 00:28:16 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-20 00:28:16 +0000
commiteeb7b53ef6c2098a0e428f98dd578eaa78a1ed89 (patch)
tree00f073f3affe4fb1f1877ccaf2d9de027da860a7 /includes/database/select.inc
parent07eee25abec9846b0f181ab07514a7b4e56020ac (diff)
downloadbrdo-eeb7b53ef6c2098a0e428f98dd578eaa78a1ed89.tar.gz
brdo-eeb7b53ef6c2098a0e428f98dd578eaa78a1ed89.tar.bz2
- Patch #601938 by mfb: fixed some forum exceptions and added tests.
Diffstat (limited to 'includes/database/select.inc')
-rw-r--r--includes/database/select.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc
index 3eddd3ad7..f4094a26e 100644
--- a/includes/database/select.inc
+++ b/includes/database/select.inc
@@ -902,7 +902,7 @@ class SelectQuery extends Query implements SelectQueryInterface {
/* Implementations of QueryConditionInterface for the WHERE clause. */
- public function condition($field, $value = NULL, $operator = '=') {
+ public function condition($field, $value = NULL, $operator = NULL) {
if (!isset($num_args)) {
$num_args = func_num_args();
}