steffen: server/kolab-resource-handlers/kolab-resource-handlers/freebusy freebusy.class.php, 1.14, 1.15

cvs at intevation.de cvs at intevation.de
Fri Oct 29 02:20:22 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy
In directory doto:/tmp/cvs-serv15018/kolab-resource-handlers/kolab-resource-handlers/freebusy

Modified Files:
	freebusy.class.php 
Log Message:
Converted resmgr to use Net_IMAP and made it use the folder-type annotation to discover the primary calendar folder

Index: freebusy.class.php
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.class.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- freebusy.class.php	28 Oct 2004 00:53:02 -0000	1.14
+++ freebusy.class.php	29 Oct 2004 00:20:20 -0000	1.15
@@ -433,7 +433,7 @@
     // Convert our date-time values to timestamps
     if( strpos( $event_hash['start-date'], 'T' ) === false &&
 	strpos( $event_hash['end-date'], 'T' ) &&
-	strpos( $event_hash['start-date'] ) == strpos( $event_hash['end-date'] ) ) {
+	$event_hash['start-date'] == $event_hash['end-date'] ) {
       $event_hash['allday'] = true;
     } else {
       $event_hash['allday'] = false;      





More information about the commits mailing list