mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Time Conditions, default value for Continue set to 'true' instead of false.
This commit is contained in:
@@ -130,7 +130,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
|
|||||||
$sql .= "'4b821450-926b-175a-af93-a03c441818b1', ";
|
$sql .= "'4b821450-926b-175a-af93-a03c441818b1', ";
|
||||||
$sql .= "'$dialplan_name', ";
|
$sql .= "'$dialplan_name', ";
|
||||||
$sql .= "'$dialplan_order', ";
|
$sql .= "'$dialplan_order', ";
|
||||||
$sql .= "'false', ";
|
$sql .= "'true', ";
|
||||||
$sql .= "'".$_SESSION['context']."', ";
|
$sql .= "'".$_SESSION['context']."', ";
|
||||||
$sql .= "'$dialplan_enabled', ";
|
$sql .= "'$dialplan_enabled', ";
|
||||||
$sql .= "'$dialplan_description' ";
|
$sql .= "'$dialplan_description' ";
|
||||||
|
|||||||
Reference in New Issue
Block a user