From 644e3d75e78874782df42ba9a2c0d65e3eeb5e67 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 9 Oct 2008 12:16:48 +0000 Subject: [PATCH] Change clone=1&edit= to clone= git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@524 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 e2736f04..8096f469 100644 --- a/select.inc.php +++ b/select.inc.php @@ -244,7 +244,7 @@ for (var i=0; > i; i++) { echo "\n"; } $unique_idf = implode('&', unique_idf($row, $indexes)); - echo '' . (count($select) == count($group) ? ' ' . lang('edit') . ' ' . lang('clone') . '' : ''); + echo '' . (count($select) == count($group) ? ' ' . lang('edit') . ' ' . lang('clone') . '' : ''); foreach ($row as $key => $val) { if (!isset($val)) { $val = "NULL"; -- 2.39.5