Go to the source code of this file.
Variables | |
$appl = new Application() | |
$dbaccess = $appl->dbaccess | |
if($dbaccess=="") | $usage = new ApiUsage() |
$whatid = $usage->addOptionalParameter("whatid", "document") | |
$fbar = $usage->addOptionalParameter("bar", "for progress bar") | |
$onlygroup = ($usage->addOptionalParameter("onlygroup", "for progress bar") != "") | |
$query = new QueryDb("", "Account") | |
if($whatid > 0) | else |
$table1 = $query->Query(0, 0, "TABLE") | |
$appl = new Application() |
Generated Header (not documented yet)
Definition at line 18 of file refreshUserAccount.php.
$dbaccess = $appl->dbaccess |
Definition at line 21 of file refreshUserAccount.php.
$fbar = $usage->addOptionalParameter("bar", "for progress bar") |
Definition at line 31 of file refreshUserAccount.php.
$onlygroup = ($usage->addOptionalParameter("onlygroup", "for progress bar") != "") |
Definition at line 32 of file refreshUserAccount.php.
$query = new QueryDb("", "Account") |
Definition at line 35 of file refreshUserAccount.php.
$table1 = $query->Query(0, 0, "TABLE") |
Definition at line 45 of file refreshUserAccount.php.
Definition at line 27 of file refreshUserAccount.php.
$whatid = $usage->addOptionalParameter("whatid", "document") |
Definition at line 30 of file refreshUserAccount.php.
if ($whatid > 0) else |
Definition at line 39 of file refreshUserAccount.php.