Commit 1358e208 authored by Nico Schallehn's avatar Nico Schallehn

debugausgabe entfernt

parent 4009f142
...@@ -192,7 +192,7 @@ class MediaDBAPI{ ...@@ -192,7 +192,7 @@ class MediaDBAPI{
$SucheAdd .=" OR `titelDeutsch` LIKE '%".$GET_arr['Suche']."%'"; $SucheAdd .=" OR `titelDeutsch` LIKE '%".$GET_arr['Suche']."%'";
} }
$Suche = " (`name` LIKE '%".$SucheWort."%' OR `md5` LIKE '%".$SucheWort."%' OR `comment` LIKE '%".$SucheWort."%' ".$SucheAdd.")"; $Suche = " (`name` LIKE '%".$SucheWort."%' OR `md5` LIKE '%".$SucheWort."%' OR `comment` LIKE '%".$SucheWort."%' ".$SucheAdd.")";
$this->DebugOut($Suche); //$this->DebugOut($Suche);
$Where .= (($first?"":" AND ").$Suche); $Where .= (($first?"":" AND ").$Suche);
$first = false; $first = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment