From cf9af970283064adb45d8a8d5b920df1d8758297 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Tue, 25 Oct 2011 08:14:45 +1300 Subject: [PATCH] We need $c to be global here. --- inc/freebusy-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/freebusy-functions.php b/inc/freebusy-functions.php index f4506622..e2184b6f 100644 --- a/inc/freebusy-functions.php +++ b/inc/freebusy-functions.php @@ -11,7 +11,7 @@ include_once('RRule-v2.php'); function get_freebusy( $path_match, $range_start, $range_end, $bin_privs = null ) { - global $request; + global $request, $c; // printf( "Path: %s\n", $path_match); // print_r($range_start);