XOOPS  2.6.0
users.php File Reference

Go to the source code of this file.

Namespaces

 users
 

Functions

if(!$xoops->isUser()||!$xoops->isModule()||!$xoops->user->isAdmin($xoops->module->mid())) if(!$xoops->getModuleConfig('active_users', 'system')) synchronize ($uid, $type)
 

Variables

 $xoops = Xoops::getInstance()
 

Function Documentation

if (!$xoops->isUser()||!$xoops->isModule()||!$xoops->user->isAdmin($xoops->module->mid())) if (!$xoops->getModuleConfig('active_users', 'system')) synchronize (   $uid,
  $type 
)

synchronize number of posts credited to user

Parameters
int$uiduid of user row
string$typetype of processing, 'user' for one user, 'all users' for all
Returns
void

Definition at line 50 of file users.php.

References $query, $res, $result, $sql, $type, $uid, $xoops, XoopsLocaleEn_US\E_USER_ID_NOT_FETCHED, and Xoops\getInstance().

Here is the call graph for this function:

Variable Documentation

$xoops = Xoops::getInstance()

Definition at line 27 of file users.php.

Referenced by synchronize().