mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-04 18:28:25 +00:00
Merge pull request #387 from okonomiyaki3000/patch-1
Don't strip Time info
This commit is contained in:
commit
fd6cf51539
@ -83,7 +83,7 @@ class ModWeblinksHelper
|
||||
|
||||
$model->setState(
|
||||
'list.select',
|
||||
'a.*, c.description AS c_description, c.published AS c_published,' . $case_when1 . ',' . $case_when2 . ',' . 'DATE_FORMAT(a.created, "%Y-%m-%d") AS created'
|
||||
'a.*, c.description AS c_description, c.published AS c_published,' . $case_when1 . ',' . $case_when2
|
||||
);
|
||||
|
||||
$model->setState('filter.c.published', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user