Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
open:en:seminar [2018/10/22 20:04]
Gerben Gieling
open:en:seminar [2021/11/16 08:10] (current)
Gerben Gieling
Line 1: Line 1:
 +~~NOCACHE~~
 <​phpwikify>​ <​phpwikify>​
   include_once($_SERVER['​CONTEXT_DOCUMENT_ROOT'​].'/​../​wontools/​dokutools.php'​);​   include_once($_SERVER['​CONTEXT_DOCUMENT_ROOT'​].'/​../​wontools/​dokutools.php'​);​
Line 8: Line 9:
     from agenda_events     from agenda_events
     where event_type_id='​s'​ and datediff(start_date,​now()) >= 0     where event_type_id='​s'​ and datediff(start_date,​now()) >= 0
-    order by detail ​asc+    order by link_date ​asc
     limit 1     limit 1
   ";   ";