Some brackets added
This commit is contained in:
parent
e7ef34298a
commit
eede89f537
|
@ -8,8 +8,9 @@ require_once("boot.php");
|
|||
function remove_contact_run($argv, $argc) {
|
||||
global $a, $db;
|
||||
|
||||
if (is_null($a))
|
||||
if (is_null($a)) {
|
||||
$a = new App;
|
||||
}
|
||||
|
||||
if (is_null($db)) {
|
||||
@include(".htconfig.php");
|
||||
|
|
Loading…
Reference in a new issue