splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php

This commit is contained in:
Sebastian Mendel
2007-03-20 14:16:18 +00:00
parent 505a4c35e7
commit d0facc3d4f
79 changed files with 3373 additions and 3362 deletions

View File

@@ -420,7 +420,7 @@ class PMA_Config
// Now, a collation information could come from REQUEST
// (an example of this: the collation selector in main.php)
// so the following handles the setting of collation_connection
// and later, in common.lib.php, the cookie will be set
// and later, in common.inc.php, the cookie will be set
// according to this.
$this->checkCollationConnection();