summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/db.inc.php')
-rw-r--r--frontends/php/include/db.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index 38e412c4..31f018c3 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -736,7 +736,6 @@ else {
function DBcondition($fieldname, &$array, $notin=false){
global $DB;
-
$condition = '';
$in = $notin?' NOT IN ':' IN ';