X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fauth.php;h=edfca36fcdcd8b9b1d2972287246c6398a4e6ce4;hb=d1d2eafdd109779da1f64dd7c132639c5d399163;hp=81c11ad46d86338f1b41d1647de6e1cf257a2be6;hpb=0df03ce7ebc49bb7993dbf1d5dd4be8b9aa9138d;p=squirrelmail.git diff --git a/plugins/administrator/auth.php b/plugins/administrator/auth.php index 81c11ad4..edfca36f 100644 --- a/plugins/administrator/auth.php +++ b/plugins/administrator/auth.php @@ -1,11 +1,14 @@ \ 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); +}