Update call_edit.php
This commit is contained in:
parent
012d0c24df
commit
d0ed299083
|
|
@ -234,11 +234,11 @@
|
|||
}
|
||||
|
||||
//save the data
|
||||
$orm = new orm;
|
||||
$orm->app_name = 'call_routing';
|
||||
$orm->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
|
||||
$orm->save($array);
|
||||
//$message = $orm->message;
|
||||
$database = new database;
|
||||
$database->app_name = 'call_routing';
|
||||
$database->app_uuid = '19806921-e8ed-dcff-b325-dd3e5da4959d';
|
||||
$database->save($array);
|
||||
//$message = $database->message;
|
||||
|
||||
//delete empty destination records
|
||||
if (is_array($follow_me_delete_uuids) && sizeof($follow_me_delete_uuids) > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue