From: hickert Date: Mon, 19 Mar 2007 14:59:33 +0000 (+0000) Subject: Set default reason X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=16f8c108ca9389874d6cc9918522cf0b5e021945;p=gosa.git Set default reason git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5826 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_sieveElement_Vacation.inc b/include/sieve/class_sieveElement_Vacation.inc index edb0efd76..e1306b223 100644 --- a/include/sieve/class_sieveElement_Vacation.inc +++ b/include/sieve/class_sieveElement_Vacation.inc @@ -7,7 +7,7 @@ class sieve_vacation var $from = ""; var $mime = ""; var $handle = ""; - var $reason = ""; + var $reason = "\"I am not available, currently.\""; var $addresses= array(); var $object_id= -1; var $Expert = FALSE;