Beispiel #1
0
Datei: Post.php Projekt: rjha/sc
 function unfeature($postId)
 {
     mysql\Post::set_fp_bit($postId, 0);
 }