From f390b1af14403c6d472c0fad20e0f499dd0d10dc Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 28 Aug 2008 12:35:13 +0000 Subject: [PATCH] Don't wrap selected lines git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@463 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select.inc.php b/select.inc.php index ab7afcd0..eac577dd 100644 --- a/select.inc.php +++ b/select.inc.php @@ -238,7 +238,7 @@ for (var i=0; > i; i++) { echo "\n"; } $unique_idf = implode('&', unique_idf($row, $indexes)); - echo '' . (count($select) == count($group) ? ' ' . lang('edit') . '' : ''); + echo '' . (count($select) == count($group) ? ' ' . lang('edit') . '' : ''); foreach ($row as $key => $val) { if (!isset($val)) { $val = "NULL";