Changeset 9870dac in github
- Timestamp:
- Apr 14, 2012 2:35:52 AM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 1495ac7
- Parents:
- 651da79
- File:
-
- 1 edited
-
program/include/rcube_ui.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ui.php
r651da79 r9870dac 770 770 * Create a hierarchical array of the mailbox list 771 771 */ 772 p rivatestatic function build_folder_tree(&$arrFolders, $folder, $delm = '/', $path = '')772 public static function build_folder_tree(&$arrFolders, $folder, $delm = '/', $path = '') 773 773 { 774 774 global $RCMAIL; … … 970 970 * Return internal name for the given folder if it matches the configured special folders 971 971 */ 972 p rivatestatic function folder_classname($folder_id)972 public static function folder_classname($folder_id) 973 973 { 974 974 global $CONFIG;
Note: See TracChangeset
for help on using the changeset viewer.
