Changeset 64c9b5b in github
- Timestamp:
- Dec 4, 2008 9:10:47 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8374caa
- Parents:
- 7f45063
- File:
-
- 1 edited
-
program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rf94629e6 r64c9b5b 1144 1144 global $CONFIG; 1145 1145 1146 $cname = null;1147 1148 1146 // for these mailboxes we have localized labels and css classes 1149 foreach (array(' inbox', 'sent', 'drafts', 'trash', 'junk') as $smbx)1147 foreach (array('sent', 'drafts', 'trash', 'junk') as $smbx) 1150 1148 { 1151 1149 if ($folder_id == $CONFIG[$smbx.'_mbox']) 1152 $cname = $smbx; 1153 } 1154 1155 return $cname; 1150 return $smbx; 1151 } 1152 1153 if ($folder_id == 'INBOX') 1154 return 'inbox'; 1156 1155 } 1157 1156
Note: See TracChangeset
for help on using the changeset viewer.
