Changeset 9870dac in github


Ignore:
Timestamp:
Apr 14, 2012 2:35:52 AM (13 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
1495ac7
Parents:
651da79
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_ui.php

    r651da79 r9870dac  
    770770     * Create a hierarchical array of the mailbox list 
    771771     */ 
    772     private static function build_folder_tree(&$arrFolders, $folder, $delm = '/', $path = '') 
     772    public static function build_folder_tree(&$arrFolders, $folder, $delm = '/', $path = '') 
    773773    { 
    774774        global $RCMAIL; 
     
    970970     * Return internal name for the given folder if it matches the configured special folders 
    971971     */ 
    972     private static function folder_classname($folder_id) 
     972    public static function folder_classname($folder_id) 
    973973    { 
    974974        global $CONFIG; 
Note: See TracChangeset for help on using the changeset viewer.