Fixed typo.
authorfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 3 Dec 2001 11:17:26 +0000 (11:17 +0000)
committerfallas <fallas@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 3 Dec 2001 11:17:26 +0000 (11:17 +0000)
CV:S ----------------------------------------------------------------------

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1831 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/folders.php

index 4a36e8b71d50eaa006ffb8b69a9f02dbf41c0fe6..308296a5e310bd8df98efd940393ad24c9f29fd8 100644 (file)
@@ -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)) {