mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Merge pull request #1468 from mafoo/WhitespaceClean-app/batch_1
WhitespaceClean-app/batch_1
This commit is contained in:
@@ -79,7 +79,7 @@ if ($domains_processed == 1) {
|
||||
}
|
||||
}
|
||||
|
||||
//add that the directory structure for voicemail each domain and voicemail id is
|
||||
//add that the directory structure for voicemail each domain and voicemail id is
|
||||
$sql = "select d.domain_name, v.voicemail_id ";
|
||||
$sql .= "from v_domains as d, v_voicemails as v ";
|
||||
$sql .= "where v.domain_uuid = d.domain_uuid ";
|
||||
|
||||
Reference in New Issue
Block a user