[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_0, updated. RELEASE_3_4_0ALPHA1-535-g15e3837

Herman van Rink helmo at users.sourceforge.net
Sun Nov 28 14:46:11 CET 2010


The branch, MAINT_3_4_0 has been updated
       via  15e3837850c83875ef9eff4c00aea11a9ead6564 (commit)
      from  a3ae93f7768cbb4eb91a2473cdce0dc4936407f1 (commit)


- Log -----------------------------------------------------------------
commit 15e3837850c83875ef9eff4c00aea11a9ead6564
Author: Herman van Rink <rink at initfour.nl>
Date:   Sun Nov 28 14:44:50 2010 +0100

    removed quotes from translated string, messed up in JS. And fixed to sprintf.

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

Summary of changes:
 db_search.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/db_search.php b/db_search.php
index 10a9a13..3defeb4 100644
--- a/db_search.php
+++ b/db_search.php
@@ -257,7 +257,7 @@ if (isset($_REQUEST['submit_search'])) {
             $this_url_params['sql_query'] = $newsearchsqls['delete'];
             echo '<td>' . PMA_linkOrButton(
                     'sql.php' . PMA_generate_common_url($this_url_params),
-                    __('Delete'), printf(__('Delete the matches for the "%s" table?'), htmlspecialchars($each_table))) .  "</td>\n";
+                    __('Delete'), sprintf(__('Delete the matches for the %s table?'), htmlspecialchars($each_table))) .  "</td>\n";
 
         } else {
             echo '<td> </td>' . "\n"


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list