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