Vergleich inc/class_moderation.php - 1.6.5 - 1.6.9
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: class_moderation.php 5623 2011-10-01 02:46:09Z ralgith $ | * $Id$ |
*/ | */ |
Zeile 2131 | Zeile 2131 |
$tids = array_map('intval', $tids); |
$tids = array_map('intval', $tids); |
$update_thread = array('prefix' => $prefix); | $update_thread = array('prefix' => intval($prefix)); |
$db->update_query('threads', $update_thread, "tid IN ({$tids_csv})"); | $db->update_query('threads', $update_thread, "tid IN ({$tids_csv})"); |