From: cajus Date: Thu, 11 May 2006 10:45:39 +0000 (+0000) Subject: Another unneeded concern X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d772165cc03cd41c47620aca10a8733ba37a01d;p=gosa.git Another unneeded concern git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3289 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 95b5e5ca9..660cd712b 100644 --- a/html/main.php +++ b/html/main.php @@ -240,8 +240,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST"){ /* Load department list when plugin has changed. That is some kind of compromise between speed and beeing up to date */ if (isset($_GET['reset'])){ - $config->get_departments(); - $config->make_idepartments (); if (isset($_SESSION['objectinfo'])){ unset ($_SESSION['objectinfo']); }