X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fprefs.php;h=79416cba3ec7e19b932391b400914fe5658397d5;hp=ed4c8de066d96271bfc76cd52cd6d39e4bd1b4e5;hb=e1728a7ada03ba597fc2f8a800773cb427a711ce;hpb=d88776e59f65aee9589aaf9b7712214d76a5afe3 diff --git a/functions/prefs.php b/functions/prefs.php index ed4c8de0..79416cba 100644 --- a/functions/prefs.php +++ b/functions/prefs.php @@ -115,9 +115,9 @@ function getHashedDir($username, $dir, $hash_dirs = '') { $real_hash_dir .= '/' . $hash_dirs[$h]; if (!@is_dir($real_hash_dir)) { if (!@mkdir($real_hash_dir, 0770)) { - echo sprintf(_("Error creating directory %s."), $real_hash_dir) . '
' . - _("Could not create hashed directory structure!") . "
\n" . - _("Please contact your system administrator and report this error.") . "
\n"; + echo sprintf(_("Error creating directory %s."), $real_hash_dir) . '
' . + _("Could not create hashed directory structure!") . "
\n" . + _("Please contact your system administrator and report this error.") . "
\n"; exit; } }