Removed keywords from route, BUG?

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

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

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.

Old, but just been fixed upstream, thanks