functions.js included automatically

This commit is contained in:
Marc Delisle
2010-07-24 08:11:48 -04:00
parent aec1adb0e0
commit 084c0dbcf5
23 changed files with 1 additions and 33 deletions

View File

@@ -233,7 +233,6 @@ if (isset($_REQUEST['report_export']) && $_REQUEST['export_type'] == 'sqldump')
$table_temp = $table;
$db = $table = '';
$GLOBALS['js_include'][] = 'functions.js';
require_once './libraries/sql_query_form.lib.php';
PMA_sqlQueryForm($new_query, 'sql');