Alternc  latest
Alternc logiel libre pour l'hébergement
adm_dorenew.php File Reference

Go to the source code of this file.

Variables

if(! $admin->enabled$fields
 Renew an account's access for a specific period. More...
 
if(! $admin->checkcreator($uid)) if(! $admin->renew_mem($uid, $periods)) else
 

Variable Documentation

◆ $fields

if (! $admin->enabled) $fields
Initial value:
= array (
"uid" => array ("post", "integer", ""),
"periods" => array ("post", "integer", ""),
)

Renew an account's access for a specific period.

Definition at line 34 of file adm_dorenew.php.

◆ else

if (! $admin->checkcreator( $uid)) if (! $admin->renew_mem( $uid, $periods)) else
Initial value:
{
$msg->raise("INFO", "admin", _("The member has been successfully renewed"))
$msg
Definition: bootstrap.php:75

Definition at line 48 of file adm_dorenew.php.