fixed meta refresh to tree view
This commit is contained in:
parent
109397d1b2
commit
f580d700c5
|
@ -3,7 +3,7 @@
|
|||
$Id$
|
||||
|
||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||
Copyright (C) 2003 - 2010 Roland Gruber
|
||||
Copyright (C) 2003 - 2011 Roland Gruber
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -60,7 +60,7 @@ else {
|
|||
metaRefresh("lists/list.php?type=" . $types[0]);
|
||||
}
|
||||
else {
|
||||
metaRefresh("tree/tree_view.php");
|
||||
metaRefresh("tree/treeViewContainer.php");
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue