From a96dfd0620fce7a493b14cff99297f902c0dd685 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 21 Feb 2009 06:07:00 +0000 Subject: [PATCH] Promote search anywhere git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@556 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select.inc.php b/select.inc.php index 044bb752..536db267 100644 --- a/select.inc.php +++ b/select.inc.php @@ -193,7 +193,7 @@ function add_row(field) { $i = 0; foreach ((array) $_GET["where"] as $val) { if (strlen("$val[col]$val[val]") && in_array($val["op"], $operators)) { - echo "
"; + echo "
"; echo ""; echo "
\n"; $i++; @@ -216,7 +216,7 @@ for (var i=0; > i; i++) { "; + echo "
"; echo ""; echo "
\n"; echo "\n"; -- 2.39.5