Removed unused code.

This commit is contained in:
Michal Čihař
2005-10-08 15:17:42 +00:00
parent b64dccc2ae
commit ee4ca2cc4f
2 changed files with 1 additions and 7 deletions

View File

@@ -88,13 +88,6 @@ function PMA_validateSQL($sql)
} // end if
/*
else {
// The service is not available so note that properly
$str = $GLOBALS['strValidatorDisabled'];
} // end if... else...
*/
// Gives string back to caller
return $str;
} // end of the "PMA_validateSQL()" function