From d44851c16c84f1cd43f71796f676f6986e5d3f0d Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 28 Aug 2007 14:05:24 +0000 Subject: [PATCH] --- cis/private/lehre/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/lehre/menu.php b/cis/private/lehre/menu.php index 9751b17fc..b6c5819fe 100644 --- a/cis/private/lehre/menu.php +++ b/cis/private/lehre/menu.php @@ -287,7 +287,7 @@ function js_toggle_container(conid) $stsem = $stsemobj->getAktorNext(); $stg_obj = new studiengang($sql_conn); - if($stg_obj->getAll()) + if($stg_obj->getAll(null,false)) { $stg = array();