From 1495ac7913095ae8284c3501b7d4e6dd31a484ec Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 14 Apr 2012 07:15:28 -0400 Subject: [PATCH] - More public methods, code cleanup --- program/include/rcube_ui.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/include/rcube_ui.php b/program/include/rcube_ui.php index 96d686a..833a1df 100644 --- a/program/include/rcube_ui.php +++ b/program/include/rcube_ui.php @@ -829,7 +829,7 @@ /** * Return html for a structured list <ul> for the mailbox tree */ - private static function render_folder_tree_html(&$arrFolders, &$mbox_name, &$jslist, $attrib, $nestLevel = 0) + public static function render_folder_tree_html(&$arrFolders, &$mbox_name, &$jslist, $attrib, $nestLevel = 0) { global $RCMAIL; @@ -922,7 +922,7 @@ /** * Return html for a flat list <select> for the mailbox tree */ - private static function render_folder_tree_select(&$arrFolders, &$mbox_name, $maxlength, &$select, $realnames = false, $nestLevel = 0, $opts = array()) + public static function render_folder_tree_select(&$arrFolders, &$mbox_name, $maxlength, &$select, $realnames = false, $nestLevel = 0, $opts = array()) { global $RCMAIL; -- Gitblit v1.9.1