Minor glitch in Days

Hi, I just noted that when scheduling flights, a minor glitch manifests itself in that Thursday is shown as R i.e. the weekdays get abbreviated as follows: Monday (M) Tuesday (T), Wednesday (W) Thursday ® Friday (F) Saturday (S) Sunday (Su).

I have been browsing through the files and cannot seem to find where the abbreviations are located. Any help as to where I could find that file so I could modify Thursday to start showing up as Th??

Thanks

You actually can’t at the moment, I’ll move the code into strings in app.config/local.config which you can change.

For now:

/core/classes/Util.class.php, the first function GetDaysCompact()

Be aware, this will change in an update

Ok, thanks for the heads up

I’ve added this into the latest beta, please check the build log

Tried the latest beta (706) and here’s what I get in the schedule list ..

Days Flown:

Warning: Invalid argument supplied for foreach() in /home/public_html/core/classes/Util.class.php on line 51

135

.. where the 135 should actually be the days of the week ..

Did you update the app.config.php file?

Read that second post too in that build log thread, it shows what you have to paste into the config file

Try it now, I’m a moron (just grab the latest beta again, it’s only one file you need to update)

hahaha yep i did what i was supposed to, i’ll try the newest build and let you know

Build 707 worked like a charm Thanks Nabel