From: jakubvrana Date: Thu, 28 Aug 2008 12:35:13 +0000 (+0000) Subject: Don't wrap selected lines X-Git-Tag: v3.0.0~1054 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=f390b1af14403c6d472c0fad20e0f499dd0d10dc;p=adminer.git Don't wrap selected lines git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@463 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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";