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