Vergleich inc/class_datacache.php - 1.6.10 - 1.6.11
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: class_datacache.php 5828 2012-05-08 16:06:16Z Tomm $ | * $Id$ |
*/ | */ |
Zeile 876 | Zeile 876 |
} |
} |
$query = $db->simple_select("modtools", "forums, tid", "type = 't'", array("order_by" => "tid")); | $query = $db->simple_select("modtools", "forums, tid", '', array("order_by" => "tid")); |
|
|