File tree 1 file changed +0
-7
lines changed 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1488,7 +1488,6 @@ public function getStickyFaqsData(): array
1488
1488
{
1489
1489
global $ sids ;
1490
1490
1491
- $ now = date ('YmdHis ' );
1492
1491
$ queryHelper = new QueryHelper ($ this ->user , $ this ->groups );
1493
1492
$ query = sprintf (
1494
1493
"
@@ -1518,10 +1517,6 @@ public function getStickyFaqsData(): array
1518
1517
fd.id = fdu.record_id
1519
1518
WHERE
1520
1519
fd.lang = '%s'
1521
- AND
1522
- fd.date_start <= '%s'
1523
- AND
1524
- fd.date_end >= '%s'
1525
1520
AND
1526
1521
fd.active = 'yes'
1527
1522
AND
@@ -1541,8 +1536,6 @@ public function getStickyFaqsData(): array
1541
1536
Database::getTablePrefix (),
1542
1537
Database::getTablePrefix (),
1543
1538
$ this ->configuration ->getLanguage ()->getLanguage (),
1544
- $ now ,
1545
- $ now ,
1546
1539
$ queryHelper ->queryPermission ($ this ->groupSupport )
1547
1540
);
1548
1541
You can’t perform that action at this time.
0 commit comments