steffen: server/kolab-resource-handlers/kolab-resource-handlers/resmgr resmgr.php.in, 1.9, 1.10

cvs at kolab.org cvs at kolab.org
Wed Oct 25 04:28:59 CEST 2006


Author: steffen

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

Modified Files:
	resmgr.php.in 
Log Message:
freebusy imap caching from Martin

Index: resmgr.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers/resmgr/resmgr.php.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- resmgr.php.in	25 Aug 2006 16:51:23 -0000	1.9
+++ resmgr.php.in	25 Oct 2006 02:28:57 -0000	1.10
@@ -1234,7 +1234,7 @@
 	    " and ends on <$fbend>" .iCalDate2Kolab($vfbend), RM_LOG_DEBUG);
 	
       $outofperiod=0;
-      if ($dtstart > convert2epoch ($vfbend)) {
+      if ($vfbstart && $dtstart > convert2epoch ($vfbend)) {
 		$outofperiod=1;
       } else {
 	      // Check whether we are busy or not





More information about the commits mailing list