mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 14:30:05 +01:00
remove stray whitespace, etc
This commit is contained in:
parent
96432a8a97
commit
090f676483
@ -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(' ','~','`','!','@','#','$','%','^','&','*','(',')','_','+','-','=','{','}','|','[',']',"\\",':','"',';',"'",'<','>','?',',','.','/');
|
||||
|
Loading…
Reference in New Issue
Block a user