mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +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 'DTEND':
|
||||||
case 'DUE':
|
case 'DUE':
|
||||||
case 'PRIORITY':
|
case 'PRIORITY':
|
||||||
$subproperty = strtolower($propertyname);
|
$subproperty = 'calendar_item.'.strtolower($propertyname);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'COMPLETED': /** @todo this should be moved into the properties supported in SQL. */
|
case 'COMPLETED': /** @todo this should be moved into the properties supported in SQL. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user