Code cleanup

- Remove extraneous use statements
- Format require_once
This commit is contained in:
Hypolite Petovan 2017-11-19 17:06:18 -05:00
parent 5ee728972e
commit 898fe2db1e
8 changed files with 10 additions and 15 deletions

View file

@ -381,7 +381,7 @@ class GlobalContact
if (DBM::is_result($r)) {
return $r[0]['total'];
}
return 0;
}