Explorar o código

fix: initialize $where

stekkel %!s(int64=23) %!d(string=hai) anos
pai
achega
72dff04330
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/search.php

+ 5 - 0
src/search.php

@@ -328,6 +328,11 @@ echo '         </SELECT>'.
 if ( !isset( $what ) ) {
     $what = '';
 }
+if ( !isset( $where ) ) {
+    $where = '';
+}
+
+
 $what_disp = str_replace(',', ' ', $what);
 $what_disp = str_replace('\\\\', '\\', $what_disp);
 $what_disp = str_replace('\\"', '"', $what_disp);