summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 631b977)
raw | patch | inline | side by side (parent: 631b977)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Dec 2008 09:47:31 +0000 (09:47 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Dec 2008 09:47:31 +0000 (09:47 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13275 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index 1af6890acbdfe71dd547a1a389179317632dc678..a95c09367bcdf6ae9ea4478de44ab28303320f2e 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
# * 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_']);