wrong quote in common.lib.php
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/common.lib.php: wrong quote
|
||||
thanks to Matt "Cyber Dog" LaPlante
|
||||
|
||||
2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/common.lib.php: added PMA_array_merge_recursive()
|
||||
* libraries/Config.class.php:
|
||||
|
@@ -1426,7 +1426,7 @@ window.parent.updateTableTitle( '<?php echo $uni_tbl; ?>', '<?php echo PMA_jsFor
|
||||
$edit_link = $edit_target
|
||||
. $url_qpart
|
||||
. '&sql_query=' . urlencode($local_query)
|
||||
. '&show_query=1#querybox"';
|
||||
. '&show_query=1#querybox';
|
||||
$edit_link = ' [' . PMA_linkOrButton( $edit_link, $GLOBALS['strEdit'], array( 'onclick' => $onclick ) ) . ']';
|
||||
} else {
|
||||
$edit_link = '';
|
||||
|
Reference in New Issue
Block a user