Code

Corrected FAQ
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Dec 2006 10:07:12 +0000 (10:07 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Dec 2006 10:07:12 +0000 (10:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5331 594d385d-05f5-0310-b6e9-bd551577e9d8

FAQ
plugins/admin/systems/class_termDNS.inc

diff --git a/FAQ b/FAQ
index 16dc268c908cf9142fbc3d0be3644b2cc3a82b26..697f75363bff36f53953ed77e49bfb74fd3a4650 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -335,7 +335,7 @@ A: For Kolab to work correctly you have to include the rfc2739.schema
 Q: Is there a way to let GOsa automatically fill missing fields in the network
    configuration?
 
-A: Sure. You can specify the "autoconf" option and provide the contributed
+A: Sure. You can specify the "auto_network_conf" option and provide the contributed
    script "net-resolver.sh" in your gosa.conf. If this is configured, you're
    getting an additional button in each network dialog.
 
index 93642535eb921faf95564c20bd51f187bcead5f6..0f76e2f131c27845aa0b34d3a76e5e868b5aeb6b 100644 (file)
@@ -156,11 +156,7 @@ class termDNS extends plugin
       }
       $smarty->assign("staticAddress","<font class=\"must\">*</font>");
 
-      if ($this->autonet){
-        $smarty->assign("autonet", "true");
-      } else {
-        $smarty->assign("autonet", "");
-      }
+      $smarty->assign("autonet", $this->autonet);
       $display.= $smarty->fetch(get_template_path('network.tpl', TRUE));
       return($display);
     }else{