Topic Solved

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

// Change the status.

$smcFunc['db_query']('', ' UPDATE {db_prefix}topics SET is_solved = {int:is_solved} WHERE id_topic = {int:topic} LIMIT {int:limit}', array( 'topic' => $topic, 'is_solved' => empty($row['is_solved']) ? 1 : 0, 'limit' => 1,

You might also like