Changeset 2114 in subversion
- Timestamp:
- Dec 4, 2008 4:21:24 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r2084 r2114 1145 1145 1146 1146 $cname = null; 1147 $folder_lc = strtolower($folder_id); 1148 1147 1149 1148 // for these mailboxes we have localized labels and css classes 1150 1149 foreach (array('inbox', 'sent', 'drafts', 'trash', 'junk') as $smbx) 1151 1150 { 1152 if ($folder_ lc == $smbx || $folder_id == $CONFIG[$smbx.'_mbox'])1151 if ($folder_id == $CONFIG[$smbx.'_mbox']) 1153 1152 $cname = $smbx; 1154 1153 }
Note: See TracChangeset
for help on using the changeset viewer.
