Exemplo n.º 1
0
 function single($id)
 {
     $question = new sp_question($id);
     return $question->get_active_code();
 }
Exemplo n.º 2
0
function samborsky_polls($id = 0)
{
    $question = new sp_question($id);
    return $question->get_active_code();
}