Index: CHUI/Derde/Agenda/GeoDetail.cls.xml =================================================================== diff -u -r2578 -r2692 --- CHUI/Derde/Agenda/GeoDetail.cls.xml (.../GeoDetail.cls.xml) (revision 2578) +++ CHUI/Derde/Agenda/GeoDetail.cls.xml (.../GeoDetail.cls.xml) (revision 2692) @@ -276,7 +276,7 @@ SELECT Tijd,ContactOn,Land->Code,Gemeente,Straat,PrecisionError,Type,AgendaSubID INTO :Tijd,:ContactOn,:LandCode,:Gemeente,:Straat,:PrecisionError,:MsgType,:AgendaSubID FROM Derde_Agenda.GeoMobile - WHERE Gebruiker=:UserID AND Datum=:Datum and Type<>"INVALID" + WHERE Gebruiker=:UserID AND Datum=:Datum and Type<>'INVALID' ORDER BY Tijd,SubId) &sql(OPEN GeoData) Set Cnt=0,TijdVorig="",ContactOnVorig=""