The SQL date formatting constants have moved.

This commit is contained in:
Andrew McMillan 2013-09-26 16:09:13 +02:00
parent e49d3dd225
commit 350bb08445

View File

@ -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() ) {
/**