bug #1791568 Undefined cfg, thanks to Christian Schmidt
This commit is contained in:
@@ -18,6 +18,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bugs #1767759, 1216521 [data] Duplicate entry error Browse feature: this minor
|
||||
feature removed due to its complexity
|
||||
- bug #1774825 [operations] Rename database loses charset info
|
||||
- bug #1791568 [core] Undefined cfg, thanks to Christian Schmidt
|
||||
|
||||
2.11.0.0 (2007-08-21)
|
||||
|
||||
|
@@ -88,7 +88,7 @@ if (window.parent.reload_querywindow) {
|
||||
window.parent.reload_querywindow(
|
||||
'<?php echo PMA_escapeJsString(PMA_ifSetOr($GLOBALS['db'], '')) ?>',
|
||||
'<?php echo PMA_escapeJsString(PMA_ifSetOr($GLOBALS['table'], '')) ?>',
|
||||
'<?php echo strlen($GLOBALS['sql_query']) > $cfg['MaxCharactersInDisplayedSQL'] ? PMA_escapeJsString($GLOBALS['sql_query']) : ''; ?>');
|
||||
'<?php echo strlen($GLOBALS['sql_query']) > $GLOBALS['cfg']['MaxCharactersInDisplayedSQL'] ? PMA_escapeJsString($GLOBALS['sql_query']) : ''; ?>');
|
||||
}
|
||||
<?php
|
||||
}
|
||||
|
Reference in New Issue
Block a user