Final batch of PHP3-Compatibility fixes. Please test. :-)
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user