phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar ical.php,1.4


From: skwashd
Subject: [Phpgroupware-cvs] calendar ical.php,1.4
Date: Fri, 18 Nov 2005 12:40:00 +0100

Update of calendar

Modified Files:
     Branch: MAIN
            ical.php lines: +2 -3

Log Message:
fixed ical export and switched to db pk identifiers for the UID

====================================================
Index: calendar/ical.php
diff -u calendar/ical.php:1.3 calendar/ical.php:1.4
--- calendar/ical.php:1.3       Fri Oct 14 23:58:48 2005
+++ calendar/ical.php   Fri Nov 18 11:40:45 2005
@@ -50,7 +50,6 @@

        $prev = 1; // number of previous months
        $adv = 3; // number of months in advance
-       exit;

        // ** DO NOT EDIT BELOW THIS LINE ** //
        if( !( (isset($_GET['user']) && isset($_GET['pass']) ) || 
isset($_SERVER['PHP_AUTH_USER']) ) )
@@ -98,5 +97,5 @@

        echo $export->export( array('l_event_id' => $ids) );

-       $GLOBALS['phpgw']->session->destroy($sessionid, 
$GLOBALS['phpgw']->session->kp3);
+       @$GLOBALS['phpgw']->session->destroy($sessionid, 
$GLOBALS['phpgw']->session->kp3);
 ?>






reply via email to

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