initialize $js_messages, now you can add JavaScript messages and libraries at any point in phpMyAdmin (before HTML headers are sent)

This commit is contained in:
Sebastian Mendel
2007-10-05 07:39:55 +00:00
parent b74c793095
commit 29b8ec66a4

View File

@@ -447,6 +447,13 @@ $_REQUEST['js_frame'] = PMA_ifSetOr($_REQUEST['js_frame'], '');
*/
$GLOBALS['js_include'] = array();
/**
* holds locale messages required by JavaScript function
* @global array $js_messages
*/
$GLOBALS['js_messages'] = array();
/******************************************************************************/
/* parsing configuration file LABEL_parsing_config_file */