phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] calendar ical.php,1.1.2.2


From: skwashd
Subject: [Phpgroupware-cvs] calendar ical.php,1.1.2.2
Date: Wed, 7 Dec 2005 14:56:00 +0100

Update of calendar

Modified Files:
     Branch: Version-0_9_16-branch
            ical.php lines: +2 -6

Log Message:
fix format of output, no longer a collection of icals, but now it is 1 big ical

====================================================
Index: calendar/ical.php
diff -u calendar/ical.php:1.1.2.1 calendar/ical.php:1.1.2.2
--- calendar/ical.php:1.1.2.1   Fri Oct 31 00:44:16 2003
+++ calendar/ical.php   Wed Dec  7 13:56:33 2005
@@ -91,9 +91,5 @@
        list($end['d'], $end['m'], $end['y']) = explode('-', date('d-n-Y', 
strtotime("+$adv months")));
        $ids = $so->list_events($start['y'], $start['m'], $start['d'], 
$end['y'], $end['m'], $end['d']);

-       //this is done so there is streaming output
-       foreach($ids as $id)
-       {
-               echo $export->export( array('l_event_id' => $id) );
-       }
+       echo $export->export( array('l_event_id' => $ids) );
 ?>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]