We need $c to be global here.

This commit is contained in:
Andrew McMillan 2011-10-25 08:14:45 +13:00
parent 326b67bc26
commit cf9af97028

View File

@ -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);