Browse Source

fix: initialize $where

stekkel 23 năm trước cách đây
mục cha
commit
72dff04330
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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);