Ejemplo n.º 1
0
Archivo: Post.php Proyecto: rjha/sc
 function unfeature($postId)
 {
     mysql\Post::set_fp_bit($postId, 0);
 }