X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fadministrator%2Fauth.php;h=aad9344131138a660d175359e12f630311c53c1d;hb=54156b1cfd60ef726191e2209fbd4306a980a03c;hp=d356fec3f38ada7eddaa68cdb3dbd6406929ccc3;hpb=ec4584f97e84dbf59922a7065c882bee254b0c24;p=squirrelmail.git diff --git a/plugins/administrator/auth.php b/plugins/administrator/auth.php index d356fec3..aad93441 100644 --- a/plugins/administrator/auth.php +++ b/plugins/administrator/auth.php @@ -1,14 +1,15 @@ \ No newline at end of file +/** + * Removes whitespace from array values + * @param string $value array value that has to be trimmed + * @param string $key array key + * @since 1.5.1 and 1.4.5 + * @access private + */ +function adm_array_trim(&$value,$key) { + $value=trim($value); +}