Fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ if (!defined('PMA_SQL_VALIDATOR_CLASS_INCLUDED')) {
|
|||||||
define('PMA_SQL_VALIDATOR_CLASS_INCLUDED', 1);
|
define('PMA_SQL_VALIDATOR_CLASS_INCLUDED', 1);
|
||||||
|
|
||||||
@include("SOAP/Client.php");
|
@include("SOAP/Client.php");
|
||||||
if(!class_exists('SOAP_Client') {
|
if(!class_exists('SOAP_Client')) {
|
||||||
$GLOBALS['sqlvalidator_error'] = TRUE;
|
$GLOBALS['sqlvalidator_error'] = TRUE;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
@@ -254,6 +254,7 @@ if (!defined('PMA_SQL_VALIDATOR_CLASS_INCLUDED')) {
|
|||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} // $__PMA_SQL_VALIDATOR_CLASS__
|
} // $__PMA_SQL_VALIDATOR_CLASS__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user