Some brackets added

This commit is contained in:
Michael 2016-11-28 22:18:37 +00:00
parent e7ef34298a
commit eede89f537

View file

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