Jeremy,
thanks for the patch. However, I think the current logic in phpMyAdmin needs those multiple includes of header.inc.php3, and that the only problem is to avoid including ob_lib.inc.php3.
I tried to use the same trick as lib.inc.php3: put all the logic in {} after the first if, but I get 3 lines of garbage when I try the "empty table copy name" test.
Marc
jeremy brand a écrit :
Howdy all.
I have defined "__HEADER_INC__" in header.inc.php3 and also made the requires that require header.inc.php3 conditional.