From: jakubvrana Date: Sat, 21 Feb 2009 06:07:00 +0000 (+0000) Subject: Promote search anywhere X-Git-Tag: v3.0.0~964 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=a96dfd0620fce7a493b14cff99297f902c0dd685;p=adminer.git Promote search anywhere git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@556 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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";