Benny
1
In file NavData.class.php following should be inserted, to include DCT (Direct), used if no SID or STAR exists.
// Remove any SID/STAR text
$route_string = str_replace('SID', '', $route_string);
$route_string = str_replace('STAR', '', $route_string);
/*New*/ $route_string = str_replace('DCT', '', $route_string);
/BR
Benny
nabeel
2
Thanks Benny, I’ve added a bug for this and will get to it soon
Which file is this please?
Don’t worry i really do need to read before posting
joeri
4
i have the same problem mark.it kicks in when you pass 25 and get older
working solution for me read the topic 2 times works 9 out off 10 times
gr joeri
Well I’m cough…37 so I need to read about 4 times I think.
nabeel
6
Old, but just been fixed upstream, thanks