예제 #1
0
 public static function comment_exists($comment_id)
 {
     return CommentsDAO::comment_exists($comment_id);
 }