Code

Updated mail account
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Apr 2010 12:30:04 +0000 (12:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 27 Apr 2010 12:30:04 +0000 (12:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17882 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/personal/mail/class_mailAccount.inc

index 1d1f630b7e9face6873a8f4d95ac946369d22ea9..b1c99d315fd1fa4665ecfc1326d90149eb0f827a 100644 (file)
@@ -1189,11 +1189,6 @@ class mailAccount extends plugin
               $this->mailDomainParts[] = $this->mailDomainPart;
           }
       }
-
-      /* Convert start/stop dates */
-#TODO: use date format
-      $this->gosaVacationStart= date('d.m.Y', $this->gosaVacationStart);
-      $this->gosaVacationStop= date('d.m.Y', $this->gosaVacationStop);
   }