Update app_defaults.php
This commit is contained in:
parent
595d996ac7
commit
83fa359e48
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
//process this only one time
|
||||
if ($domains_processed == 1) {
|
||||
|
||||
//select ring groups with an empty context
|
||||
$sql = "select * from v_ring_groups where ring_group_context is null ";
|
||||
$ring_groups = $database->select($sql, null, 'all');
|
||||
|
|
@ -49,6 +50,7 @@ if ($domains_processed == 1) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue