From: fallas Date: Mon, 3 Dec 2001 11:17:26 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e38807da7cc331846514027ebc62b9c0456b1ada Fixed typo. CV:S ---------------------------------------------------------------------- git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1831 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/folders.php b/src/folders.php index 4a36e8b7..308296a5 100644 --- a/src/folders.php +++ b/src/folders.php @@ -100,7 +100,7 @@ require_once('../functions/plugin.php'); else if ($boxes[$p]["unformatted"] == $sent_folder && $sent_folder) $count_special_folders++; else if ($boxes[$p]["unformatted"] == $draft_folder && $draft_folder) - $count_special_folder++; + $count_special_folders++; } if ($count_special_folders < count($boxes)) {