mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
HttpDateFormat is actually in AwlDBDialect
This commit is contained in:
parent
e3789ba10e
commit
00eb3c8e49
@ -113,7 +113,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',
|
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 );
|
$depth, $collection->dav_name(), $bound_from, $bound_to );
|
||||||
|
|
||||||
$date_format = AwlDatabase::HttpDateFormat;
|
$date_format = AwlDBDialect::HttpDateFormat;
|
||||||
$responses = array();
|
$responses = array();
|
||||||
if ( ! $collection->IsCalendar() && ! $collection->IsAddressbook() ) {
|
if ( ! $collection->IsCalendar() && ! $collection->IsAddressbook() ) {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user