The branch, master has been updated
       via  51dc70d35a1167431b031e88180a4bf3691af729 (commit)
      from  f9a713dea195f8b9dc0cac9bedfd5e490fd7a440 (commit)


- Log -----------------------------------------------------------------
commit 51dc70d35a1167431b031e88180a4bf3691af729
Author: Michal Čihař <[email protected]>
Date:   Mon Aug 8 09:57:47 2011 +0200

    Wrap long line

-----------------------------------------------------------------------

Summary of changes:
 tbl_structure.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/tbl_structure.php b/tbl_structure.php
index cab5484..9aaeb12 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -600,7 +600,10 @@ if ($tbl_is_view) {
                 'show_query' => '1',
             )
         ),
-        sprintf('<img class="icon ic_b_edit" src="themes/dot.gif" alt="%1$s"/> 
%1$s', __('Edit view'))
+        sprintf(
+            '<img class="icon ic_b_edit" src="themes/dot.gif" alt="%1$s"/> 
%1$s',
+            __('Edit view')
+            )
         );
 }
 ?>


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to