Move domain upgrade into the domain class and upgrade_schema into the schema class

This commit is contained in:
Mark Crane
2014-07-15 05:46:15 +00:00
parent 03fd11fa36
commit f85f1bca5d
6 changed files with 158 additions and 648 deletions
@@ -103,7 +103,7 @@ require_once "resources/paging.php";
}
if (permission_exists("inbound_route_advanced") && $action == "advanced") {
//Allow users with group advanced control, not always superadmin. You may change this in group permitions
//allow users with group advanced control, not always superadmin. You may change this in group permissions
}
else {
if (strlen($condition_field_1) == 0) { $condition_field_1 = "destination_number"; }