예제 #1
0
파일: db.php 프로젝트: JDevelopers/Mail
 /**
  * @return	bool
  */
 public function DeleteGroup($groupId)
 {
     return $this->_db->DeleteAddressGroup($groupId);
 }