Пример #1
0
 /**
  * @todo document this
  */
 function action_clearactionlog()
 {
     global $member;
     $member->isAdmin() or $this->disallow();
     ACTIONLOG::clear();
     $this->action_manage(_MSG_ACTIONLOGCLEARED);
 }