Example #1
0
 function check_vote_moderated($id, $user, $type, $ip, $mixed = false)
 {
     return gdsrBlgDB::check_vote_table('gdsr_moderate', $id, $user, $type, $ip, $mixed);
 }