Code

Added fix to avoid undefined index
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 May 2006 11:41:50 +0000 (11:41 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 May 2006 11:41:50 +0000 (11:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3547 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_termDNS.inc

index 66152454ee4d5897486d193fcde3d90312cdc67e..74a7183e59187bc7524da99b304ae6c566148ec6 100644 (file)
@@ -121,6 +121,7 @@ class termDNS extends plugin
     $display= "";
 
     $smarty->assign("staticAddress", ""); 
+    $smarty->assign("autonet", "");
  
     /* Check for autonet button */
     if ($this->autonet && isset($_POST['autonet'])){