PMA_isValid(): typo

This commit is contained in:
Sebastian Mendel
2007-03-21 13:26:55 +00:00
parent b949c7459a
commit 6b47ec1252

View File

@@ -78,7 +78,7 @@ function PMA_ifSetOr(&$var, $default = null, $type = 'similar')
*/ */
function PMA_isValid(&$var, $type = 'length', $compare = null) function PMA_isValid(&$var, $type = 'length', $compare = null)
{ {
if (! isset($param)) { if (! isset($var)) {
// var is not even set // var is not even set
return false; return false;
} }