예제 #1
0
파일: Post.php 프로젝트: rjha/sc
 function unfeature($postId)
 {
     mysql\Post::set_fp_bit($postId, 0);
 }