Example #1
0
 public function NewsRecycleClear()
 {
     if (!$this->IsWriteRole()) {
         return;
     }
     NewsQuery::NewsRecycleClear($this->db, $this->userid);
 }