Browse Source

fix: initialize $where

stekkel 23 years ago
parent
commit
72dff04330
1 changed files with 5 additions and 0 deletions
  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);