mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-22 17:16:06 +00:00
Assign, not append, to variable.
This commit is contained in:
parent
f5fe854d9f
commit
40579515ee
@ -228,7 +228,7 @@ else {
|
||||
// dbg_error_log("REPORT", "Report[%d] Start:%s, End: %s, Events: %d, Todos: %d, Freebusy: %d",
|
||||
// $i, $report[$i]['start'], $report[$i]['end'], $report[$i]['filters']['VEVENT'], $report[$i]['filters']['VTODO'], $report[$i]['filters']['VFREEBUSY']);
|
||||
|
||||
$where .= " WHERE caldav_data.dav_name ~ ".qpg("^".$request->path)." ";
|
||||
$where = " WHERE caldav_data.dav_name ~ ".qpg("^".$request->path)." ";
|
||||
switch( $report[$i]['type'] ) {
|
||||
case 'CALENDAR-QUERY':
|
||||
if ( isset( $report[$i]['start'] ) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user