summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 65622e9)
raw | patch | inline | side by side (parent: 65622e9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Apr 2010 12:30:04 +0000 (12:30 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc
index 1d1f630b7e9face6873a8f4d95ac946369d22ea9..b1c99d315fd1fa4665ecfc1326d90149eb0f827a 100644 (file)
$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);
}