mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 01:45:59 +00:00
postgresql fix
This commit is contained in:
parent
966e62786a
commit
ea95995833
@ -87,7 +87,7 @@ class WeblinksHelper
|
|||||||
|
|
||||||
$model->setState(
|
$model->setState(
|
||||||
'list.select',
|
'list.select',
|
||||||
'a.*, c.published AS c_published,' . $case_when1 . ',' . $case_when2 . ', DATE_FORMAT(a.created, "%Y-%m-%d") AS created'
|
'a.*, c.published AS c_published,' . $case_when1 . ',' . $case_when2 . ', a.created'
|
||||||
);
|
);
|
||||||
|
|
||||||
$model->setState('filter.c.published', 1);
|
$model->setState('filter.c.published', 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user