Vergleich inc/functions_user.php - 1.8.0 - 1.8.4
Zeile 666 | Zeile 666 |
---|---|
/** |
/** |
* @param int Optional ID of the old question. | |
* @return string The question session id. |
* @return string The question session id. |
function generate_question() | function generate_question($old_qid=0) |
{ |
{ |
$query = $db->query(" | if($db->type == 'pgsql' || $db->type == 'sqlite') |
$question = $db->fetch_array($query); | $question = $db->fetch_array($query); |