Vergleich inc/class_datacache.php - 1.4.3 - 1.4.4

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: class_datacache.php 4093 2008-08-10 03:07:30Z chris $

 * $Id: class_datacache.php 4271 2008-11-16 06:20:15Z Tikitiki $

 */

class datacache

 */

class datacache

Zeile 163Zeile 163
			"title" => $db->escape_string($name),
"cache" => $dbcontents
);

			"title" => $db->escape_string($name),
"cache" => $dbcontents
);

		$db->replace_query("datacache", $replace_array, "title");

		$db->replace_query("datacache", $replace_array, "title", false);


// Do we have a cache handler we're using?
if(is_object($this->handler))


// Do we have a cache handler we're using?
if(is_object($this->handler))

Zeile 509Zeile 509
					{
if(is_array($forum_mods))
{

					{
if(is_array($forum_mods))
{

							$forum_mods = array_merge($forum_mods, $this->moderators[$forum['fid']]);

							$forum_mods = $forum_mods + $this->moderators[$forum['fid']];

						}
else
{

						}
else
{

Zeile 743Zeile 743
		$query = $db->simple_select("banned");
while($ban = $db->fetch_array($query))
{

		$query = $db->simple_select("banned");
while($ban = $db->fetch_array($query))
{

			$bans[] = $ban;

			$bans[$ban['uid']] = $ban;

		}

$this->update("banned", $bans);

		}

$this->update("banned", $bans);