Code

Fixed typo.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 13:50:54 +0000 (13:50 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 13:50:54 +0000 (13:50 +0000)
Cn gets filled.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8702 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/ArpNewDevice.tpl
gosa-plugins/goto/admin/systems/goto/class_ArpNewDevice.inc

index 8e4bf44ac2b801ff405407bdac6e12b86d776836..6ad765324f60130ffae67ba7b49761417219fd41 100644 (file)
@@ -1,6 +1,6 @@
 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Integrating unknown devices{/t}</h2>
 <p>
- {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disapear from the list of the systems and move to the DNS/DHCP configuration.{/t}
+ {t}The current device has been detected by the ARP monitor used by GOsa. You can integrate this device into your running DHCP/DNS infrastructure by submitting this form. The device entry will disappear from the list of the systems and move to the DNS/DHCP configuration.{/t}
 </p>
 <table summary="" style="width:100%">
 <tr>
index 33004b8b205f1ce3b15732375efdf977bb54a43a..7bc8128ebd5dae900dc9f10955d76bde91362ce1 100644 (file)
@@ -11,7 +11,6 @@ class ArpNewDevice extends plugin
   function ArpNewDevice ($config, $dn= NULL, $parent= NULL)
   {
     plugin :: plugin($config,$dn);
-    $this->cn ="";
     $this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
     $this->acl = "#all#";
     $this->netConfigDNS->acl = $this->acl;