From: cajus Date: Fri, 12 Dec 2008 09:47:31 +0000 (+0000) Subject: Updated TODO X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=567a63e34f88fe63733e6ffdc53ef5055d3b6c43;p=gosa.git Updated TODO git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13275 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 1af6890ac..a95c09367 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -370,10 +370,7 @@ $smarty->assign("focus", $focus); # * remove regulary created channels when not needed anymore # * take a look at external php calls (i.e. get fax, ldif, etc.) # * handle aborted sessions (by pressing anachors i.e. Main, Menu, etc.) -# * check lock removals, is "dn" global or not in this case? # * last page request -> global or not? -# * check that filters are still global -# * maxC global? if (isset($_POST['_channel_'])){ echo "DEBUG - current channel: ".$_POST['_channel_']; $smarty->assign("channel", $_POST['_channel_']);