Vergleich inc/class_datacache.php - 1.6.10 - 1.6.11

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: class_datacache.php 5828 2012-05-08 16:06:16Z Tomm $

 * $Id$

 */

class datacache

 */

class datacache

Zeile 876Zeile 876
		}

// Do we have any mod tools to use in our forums?

		}

// Do we have any mod tools to use in our forums?

		$query = $db->simple_select("modtools", "forums, tid", "type = 't'", array("order_by" => "tid"));

		$query = $db->simple_select("modtools", "forums, tid", '', array("order_by" => "tid"));


if($db->num_rows($query))
{


if($db->num_rows($query))
{