WhitespaceClean-resources/classes

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 12:08:26 +00:00
parent 66ba2802bd
commit 1726744f4e
7 changed files with 9 additions and 9 deletions

View File

@@ -323,7 +323,7 @@ include "root.php";
$database->add();
}
//delete the old dialplan details to prepare for new details
//delete the old dialplan details to prepare for new details
$database = new database;
$database->table = "v_dialplan_details";
$database->where[0]['name'] = 'domain_uuid';