diff --git a/ChangeLog b/ChangeLog index d7e836e26..39f54837c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2007-01-02 Michal Čihař + * libraries/common.lib.php: Add
to allow selecting whole SQL by + tripple click (patch #1611591). + 2006-12-31 Marc Delisle * Documentation.html: RFE #1602243, another cause for Missing parameter, thanks to Dave Nolan diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 870c40c77..add4f5734 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -1502,12 +1502,14 @@ if (typeof(window.parent) != 'undefined' // Displays the message echo '
' . "\n"; echo ' ' . $GLOBALS['strSQLQuery'] . ':'; + echo '
'; echo ' ' . $query_base; //Clean up the end of the PHP if (!empty($GLOBALS['show_as_php'])) { echo '\';'; } + echo '
'; echo '
' . "\n"; if (!empty($edit_target)) {