Sorting Time Conditions

Hi all,

Is it possible to add a patch to Sort Time Conditions ?

replacing at line 242
$results = sql(“SELECT * FROM timeconditions”,“getAll”,DB_FETCHMODE_ASSOC);

by
results = sql(“SELECT * FROM timeconditions ORDER BY displayname”,“getAll”,DB_FETCHMODE_ASSOC);

will do the trick.

Thanks

Please open a ticket and set it to Feature Request providing the same details in your post.
Thank you.

Ok, it’s done