Kapitan Posted September 17, 2015 Report Posted September 17, 2015 Hi i just wonder if there is any way that if i want to transfer all schedules from/to the specific airport for example if airport will be closed for some time. Quote
Members Vangelis Posted September 18, 2015 Members Report Posted September 18, 2015 Only via a sql query For example <code>update phpvms_schedules set depicao = 'LGKO' where depicao ='LGRP' </code> This will change all schedules with departure ap lgrp to lgko Quote
Kapitan Posted September 20, 2015 Author Report Posted September 20, 2015 Only via a sql query For example <code>update phpvms_schedules set depicao = 'LGKO' where depicao ='LGRP' </code> This will change all schedules with departure ap lgrp to lgko Thank you thats work for me . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.