mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-12 05:30:17 +00:00
The SQL date formatting constants have moved.
This commit is contained in:
parent
e49d3dd225
commit
350bb08445
@ -110,7 +110,7 @@ function get_collection_contents( $depth, $collection, $parent_path = null ) {
|
||||
dbg_error_log('PROPFIND','Getting collection contents: Depth %d, Path: %s, Bound from: %s, Bound to: %s',
|
||||
$depth, $collection->dav_name(), $bound_from, $bound_to );
|
||||
|
||||
$date_format = iCalendar::HttpDateFormat();
|
||||
$date_format = AwlDatabase::HttpDateFormat;
|
||||
$responses = array();
|
||||
if ( ! $collection->IsCalendar() && ! $collection->IsAddressbook() ) {
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user