init
This commit is contained in:
9
modules/Accounts/AddGoogleContact.php
Normal file
9
modules/Accounts/AddGoogleContact.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
if (!$_REQUEST['record'] || $_REQUEST['record']=='') {
|
||||
echo '5'; return;
|
||||
}
|
||||
|
||||
$a = new Account();
|
||||
$a->retrieve($_REQUEST['record']);
|
||||
echo $a->AddGoogleContact();
|
||||
return;
|
||||
Reference in New Issue
Block a user