Hi
it looks like there is a 5 minute time limit before a reservation gets automatically cancelled is there away to either turn this off or extend it
Thanks
Steve
I have changed the value in the following
$query = “DELETE FROM $table_app WHERE status = ‘reservation’ AND created < (NOW() – INTERVAL 6 MINUTE)";
This I think has worked, is there abetter way of doing this and could I use 1000000 MINUTES or is there a maximum
I have changed the value in the following
$query = “DELETE FROM $table_app WHERE status = ‘reservation’ AND created < (NOW() – INTERVAL 6 MINUTE)";
This I think has worked, is there abetter way of doing this and could I use 1000000 MINUTES or is there a maximum