steffen: server/kolab-webadmin/kolab-webadmin/www/admin/user vacation.php, 1.15, 1.16

cvs at intevation.de cvs at intevation.de
Thu May 19 23:18:23 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user
In directory doto:/tmp/cvs-serv20056/kolab-webadmin/www/admin/user

Modified Files:
	vacation.php 
Log Message:
I give up on that first line...

Index: vacation.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/user/vacation.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- vacation.php	19 May 2005 13:10:24 -0000	1.15
+++ vacation.php	19 May 2005 21:18:21 -0000	1.16
@@ -80,14 +80,16 @@
   if( $days === false ) $days = 7;
   if( $text === false ) {
 	$date = strftime(_('%x'));
-	$text = sprintf(_("I am out of office until %1\$s.\r\n").
+	$text = sprintf(
+					_("I am out of office until %s.\r\n").
 					_("In urgent cases, please contact Mrs. <vacation replacement>\r\n\r\n").
 					_("email: <email address of vacation replacement>\r\n").
 					_("phone: +49 711 1111 11\r\n").
 					_("fax.:  +49 711 1111 12\r\n\r\n").
 					_("Yours sincerely,\r\n").
 					_("-- \r\n").
-					_("<enter your name and email address here>"),$date);
+					_("<enter your name and email address here>"),
+					$date);
   }
   $active = ( $sieve->getActive() === $scriptname );  
 }





More information about the commits mailing list