[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_6RC1-20756-g66036d0

Marc Delisle lem9 at users.sourceforge.net
Fri Oct 7 13:36:23 CEST 2011


The branch, master has been updated
       via  66036d00d49e7b2ce4f22bb92ea5692c98096d26 (commit)
      from  da4783a6150f901ebf9bd9f8c10cc707dc3cefb2 (commit)


- Log -----------------------------------------------------------------
commit 66036d00d49e7b2ce4f22bb92ea5692c98096d26
Author: Marc Delisle <marc at infomarc.info>
Date:   Fri Oct 7 07:35:05 2011 -0400

    - Simplify message for table creation
    - Remove link to the current database; it did not provided added value

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

Summary of changes:
 libraries/display_create_table.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/display_create_table.lib.php b/libraries/display_create_table.lib.php
index bd963ae..e7cd401 100644
--- a/libraries/display_create_table.lib.php
+++ b/libraries/display_create_table.lib.php
@@ -43,7 +43,7 @@ $is_create_table_priv = true;
 if ($GLOBALS['cfg']['PropertiesIconic']) {
     echo PMA_getImage('b_newtbl.png');
 }
-echo sprintf(__('Create table on database %s'), PMA_getDbLink());
+echo __('Create table');
 ?>
     </legend>
     <?php echo PMA_generate_common_hidden_inputs($db); ?>


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list