Final batch of PHP3-Compatibility fixes. Please test. :-)

This commit is contained in:
Garvin Hicking
2003-11-22 20:57:48 +00:00
parent 096094b74d
commit c2b46ac945
66 changed files with 570 additions and 989 deletions

View File

@@ -77,9 +77,6 @@ function PMA_printDecodedBug($textdata)
if (!empty($_POST) && isset($_POST['bug_encoded'])) {
$bug_encoded = $_POST['bug_encoded'];
}
else if (!empty($HTTP_POST_VARS) && isset($HTTP_POST_VARS['bug_encoded'])) {
$bug_encoded = $HTTP_POST_VARS['bug_encoded'];
}
if (!empty($bug_encoded)) {
if (get_magic_quotes_gpc()) {