For Lo�c: bug #571409

This commit is contained in:
Alexander M. Turek
2002-08-23 10:22:54 +00:00
parent 0bed021814
commit 11b4950345
4 changed files with 27 additions and 8 deletions

View File

@@ -35,12 +35,16 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
/**
* Include the string library as we use it heavily
*/
include('./libraries/string.lib.php3');
if (!defined('PMA_STR_LIB_INCLUDED')) {
include('./libraries/string.lib.php3');
}
/**
* Include data for the SQL Parser
*/
include('./libraries/sqlparser.data.php3');
if (!defined('PMA_SQP_DATA_INCLUDED')) {
include('./libraries/sqlparser.data.php3');
}
if (!defined('DEBUG_TIMING')) {
function PMA_SQP_arrayAdd(&$arr, $type, $data, &$arrsize)