Go to the source code of this file.
Variables | |
$usage = new ApiUsage() | |
$force | |
$fbar = $usage->addOptionalParameter("bar", "for progress bar") | |
$appl = new Application() | |
$dbaccess = $appl->dbaccess | |
if($dbaccess=="") | $filter = array() |
$tdoc = internalGetDocCollection($dbaccess, 0, 0, "ALL", $filter, 1, "TABLE", "IGROUP") | |
$tgid = array() | |
$nd = count($tdoc) | |
$appl = new Application() |
Definition at line 28 of file refreshGroups.php.
$dbaccess = $appl->dbaccess |
Definition at line 31 of file refreshGroups.php.
$fbar = $usage->addOptionalParameter("bar", "for progress bar") |
Definition at line 25 of file refreshGroups.php.
if ($dbaccess=="") $filter = array() |
Definition at line 36 of file refreshGroups.php.
$force |
Definition at line 21 of file refreshGroups.php.
$nd = count($tdoc) |
Definition at line 41 of file refreshGroups.php.
$tdoc = internalGetDocCollection($dbaccess, 0, 0, "ALL", $filter, 1, "TABLE", "IGROUP") |
Definition at line 38 of file refreshGroups.php.
$tgid = array() |
Definition at line 40 of file refreshGroups.php.
Refresh groups to recompute members and mail attributes
Definition at line 18 of file refreshGroups.php.