Changeset f94629e6 in github
- Timestamp:
- Dec 4, 2008 4:21:24 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 2a41355
- Parents:
- 1ce913b
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
r29c64b0 rf94629e6 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.
