remove stray whitespace, etc

This commit is contained in:
Miles Lott 2002-05-26 20:00:35 +00:00
parent 96432a8a97
commit 090f676483

View File

@ -176,7 +176,7 @@
return True;
}
break;
case "isprint":
case 'isprint':
$length = strlen($string);
$position = 0;
while ($length > $position)
@ -241,7 +241,7 @@
return True;
}
break;
case "password":
case 'password':
$password_length = strlen($string);
$password_numbers = Array('0','1','2','3','4','5','6','7','8','9');
$password_special_chars = Array(' ','~','`','!','@','#','$','%','^','&','*','(',')','_','+','-','=','{','}','|','[',']',"\\",':','"',';',"'",'<','>','?',',','.','/');