From 3ce6d741726b64b96f460eac75a79a60b782e5fc Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 Apr 2006 11:27:47 +0000 Subject: [PATCH] Static address wasn't set git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2993 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_phoneGeneric.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc index 62322f574..2ac553d1b 100644 --- a/plugins/admin/systems/class_phoneGeneric.inc +++ b/plugins/admin/systems/class_phoneGeneric.inc @@ -193,6 +193,7 @@ class phoneGeneric extends plugin /* Fill templating stuff */ $smarty= get_smarty(); $smarty->assign("bases", $this->config->idepartments); + $smarty->assign("staticAddress","*");// $this->config->idepartments); /* Create Arrays for samrty select boxes */ $smarty->assign("categories", array("SIP","IAX","CAPI")); -- 2.30.2