Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access.

This commit is contained in:
Michal Čihař
2005-11-24 09:12:17 +00:00
parent e040c424fa
commit 6aeabf44d1
65 changed files with 118 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
var querywindow = '';
/**
* sets current selected server, table and db (called from footer.inc.php)
* sets current selected server, table and db (called from libraries/footer.inc.php)
*/
function setDb( new_db ) {
//alert('setDb(' + new_db + ')');
@@ -49,7 +49,7 @@ function refreshLeft() {
}
/**
* sets current selected server, table and db (called from footer.inc.php)
* sets current selected server, table and db (called from libraries/footer.inc.php)
*/
function setAll( new_lang, new_collation_connection, new_server, new_db, new_table ) {
//alert('setAll( ' + new_lang + ', ' + new_collation_connection + ', ' + new_server + ', ' + new_db + ', ' + new_table + ' )');