X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fauth.php;h=f82f3edb5c81bc12fd484b3816098906edee5222;hb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;hp=eb6bd740c2641e2e67239671be107827859be3dd;hpb=7004cc321dab3a0e74fbba3d36fcbdd35b425bf6;p=squirrelmail.git diff --git a/plugins/administrator/auth.php b/plugins/administrator/auth.php index eb6bd740..f82f3edb 100644 --- a/plugins/administrator/auth.php +++ b/plugins/administrator/auth.php @@ -1,19 +1,65 @@ \ 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); +}