X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fauth.php;h=c16b17ce13a85154c67df0327dd267f21e4b517a;hb=ae5dddc065f9501f267c4edaf68a066835da915f;hp=138390a7b9f059605b7a77aa02f0efb6bd95057f;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/plugins/administrator/auth.php b/plugins/administrator/auth.php index 138390a7..c16b17ce 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); +}