[Phpmyadmin-devel] $sql_query not initilized

Sebastian Mendel lists at sebastianmendel.de
Wed Mar 21 14:34:14 CET 2007


Marc Delisle schrieb:
> Sebastian Mendel a écrit :
>> Hi,
>>
>> i am not sure, but was/is there any reason why $sql_query is not always
>> properly initilized? or is it just missing?
>>
>> i think it should happen in common.inc.php on line #429
>> with $GLOBALS['sql_query'] = '';
>>
>>
>> like it is done with $GLOBALS['db'] and $GLOBALS['table'] some lines above
>
> Sounds to me like it is missing indeed.

there are some "isset($sql_query)" that needs to be replaced by
"! empty($sql_query)"


-- 
Sebastian Mendel

www.sebastianmendel.de




More information about the Developers mailing list