danimo: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php, 1.63, 1.64

cvs at intevation.de cvs at intevation.de
Wed Mar 2 10:47:23 CET 2005


Author: danimo

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr
In directory doto:/tmp/cvs-serv23895

Modified Files:
	resmgr.php 
Log Message:
fix message


Index: resmgr.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- resmgr.php	26 Jan 2005 07:32:31 -0000	1.63
+++ resmgr.php	2 Mar 2005 09:47:21 -0000	1.64
@@ -1177,7 +1177,7 @@
 
     $message = &new MIME_Message();
 
-    $kolabinfo = 'This is a Kolab Groupware object. To view this object you will need a client that understands the Kolab Groupware format. For a list of such clients please visit http:://www.kolab.org/kolab-clients.html';
+    $kolabinfo = 'This is a Kolab Groupware object. To view this object you will need a client that understands the Kolab Groupware format. For a list of such clients please visit http://www.kolab.org/kolab-clients.html';
 
     $body = &new MIME_Part('text/plain', Text::wrap($kolabinfo, 76, "\n"));
 





More information about the commits mailing list