Code

Renamed new to is_new. Forgot that...
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Jul 2006 07:16:30 +0000 (07:16 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Jul 2006 07:16:30 +0000 (07:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4320 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationGeneric.inc

index b7be8e0478943852301fd7d87064f6c4ff61ea66..002d3f378228cca3bad68096144349d03dba2a33 100644 (file)
@@ -409,7 +409,7 @@ class workgeneric extends plugin
 
     /* Update ntp server settings */
     if($this->inheritTimeServer){
-      if($this->new){
+      if($this->is_new){
         if(isset($this->attrs['gotoNtpServer'])){
           unset($this->attrs['gotoNtpServer']);
         }