WhitespaceClean-app/batch_1

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 11:56:29 +00:00
parent 11c2176a15
commit d408cf2fbc
13 changed files with 16 additions and 16 deletions

View File

@@ -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 ";