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
Next revision Both sides next revision
open:en:alv [2018/04/19 13:21]
Gerben Gieling
open:en:alv [2018/05/31 22:16]
Gerben Gieling
Line 8: Line 8:
     select event_id,​detail,​date_format(start_date,'​%d-%m-%Y'​) as alv_date     select event_id,​detail,​date_format(start_date,'​%d-%m-%Y'​) as alv_date
     from agenda_events     from agenda_events
-    where event_type_id='​a'​ and start_date>=now()+    where event_type_id='​a'​ and datediff(start_date,now()) >= 0
     order by detail asc     order by detail asc
     limit 1     limit 1
Line 20: Line 20:
       echo "​^Start:​|10.00 a.m. (reception and coffee 09.30 - 10.00)|\n";​       echo "​^Start:​|10.00 a.m. (reception and coffee 09.30 - 10.00)|\n";​
       echo "​^Location:​|[[http://​www.jaarbeursutrecht.nl/​Adres%20en%20route%22|Jaarbeurs Utrecht]], Jaarbeursplein (room information in \"​Beatrixgebouw\"​)|\n";​       echo "​^Location:​|[[http://​www.jaarbeursutrecht.nl/​Adres%20en%20route%22|Jaarbeurs Utrecht]], Jaarbeursplein (room information in \"​Beatrixgebouw\"​)|\n";​
-      echo '{{page>​leden:​registreerlink&​noheader}}'​."​\n";+      echo "​Registration via the website is possible for logged-in members only.\n";​ 
 +      echo "{{page>​leden:​registreerlink&​noheader}}\n";​
       echo "===== Agenda =====\n";​       echo "===== Agenda =====\n";​
       echo '​{{page>​archief:​alv:​alv_'​.$alv_no."&​noheader}}\n";​       echo '​{{page>​archief:​alv:​alv_'​.$alv_no."&​noheader}}\n";​