Code

Added missing ;
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Oct 2007 10:22:04 +0000 (10:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Oct 2007 10:22:04 +0000 (10:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7619 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_termDNS.inc

index 4fe2074137dd5991a3093a2e5ab28f1d91c06e8a..fb11f58ad5fb79dbf575ffdf3cf82fc7bfbd0f1e 100644 (file)
@@ -774,7 +774,7 @@ class termDNS extends plugin
       }
 
       $tmp2 = new servdns($this->config,$this->dn);
-      $tmp2->handle_post_events("modify")
+      $tmp2->handle_post_events("modify");
 
       $this->dnsEntry =  $backup_dnsEntry;
     }