mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-27 05:43:36 +00:00
Include tablename qualifier.
This commit is contained in:
parent
2a1af89c77
commit
db9083b587
@ -225,7 +225,7 @@ function SqlFilterFragment( $filter, $components, $property = null, $parameter =
|
||||
case 'DTEND':
|
||||
case 'DUE':
|
||||
case 'PRIORITY':
|
||||
$subproperty = strtolower($propertyname);
|
||||
$subproperty = 'calendar_item.'.strtolower($propertyname);
|
||||
break;
|
||||
|
||||
case 'COMPLETED': /** @todo this should be moved into the properties supported in SQL. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user