From c01ace46bde28730a3abadf9fe13077dbed58a8c Mon Sep 17 00:00:00 2001 From: Kazuki Przyborowski Date: Tue, 3 May 2011 03:52:20 +0000 Subject: [PATCH] Yet another bug fix to iBBCode / iBBTags. git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@645 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- inc/misc/ibbcode.php | 4 +--- inc/versioninfo.php | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/inc/misc/ibbcode.php b/inc/misc/ibbcode.php index 6473d06..2d4a1a4 100644 --- a/inc/misc/ibbcode.php +++ b/inc/misc/ibbcode.php @@ -12,7 +12,7 @@ Copyright 2004-2011 Game Maker 2k - http://gamemaker2k.org/ iBBCode / iBBTags by Kazuki Przyborowski - http://idb.berlios.net/ - $FileInfo: ibbcode.php - Last Update: 05/02/2011 SVN 644 - Author: cooldude2k $ + $FileInfo: ibbcode.php - Last Update: 05/02/2011 SVN 645 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="ibbcode.php"||$File3Name=="/ibbcode.php") { @@ -57,8 +57,6 @@ $matches[0] = preg_replace("/\[URL\=(.*?)\](.*?)\[\/URL\]/is", " $matches[0] = preg_replace("/\[IMG](.*?)\[\/IMG\]/is", "\"user", $matches[0]); $matches[0] = preg_replace("/\[IMG=(.*?)]([A-Za-z0-9\.\/%\?\-_\:;\~\s]+)\[\/IMG\]/is", "\"\\2\"", $matches[0]); } return $matches[0]; } } -$UsersSettings['UserTimeZone'] = $_SESSION['UserTimeZone']; -$UsersSettings['UserDST'] = $_SESSION['UserDST']; function bbcode_parser($text) { global $Settings; diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 98b54a8..10fb636 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ Copyright 2004-2011 iDB Support - http://idb.berlios.de/ Copyright 2004-2011 Game Maker 2k - http://gamemaker2k.org/ - $FileInfo: versioninfo.php - Last Update: 05/02/2011 SVN 644 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 05/02/2011 SVN 645 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") { @@ -27,7 +27,7 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) { return $return_var; } // Version number and date stuff. :P $VER1[0] = 0; $VER1[1] = 4; $VER1[2] = 4; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 644; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 645; $SVNDay[0] = 05; $SVNDay[1] = 02; $SVNDay[2] = 2011; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $AltName = "RDB"; $AltName2 = "ReneeDB"; $RName = "iDB"; $SFName = "IntDB"; $RFullName = "Internet Discussion Boards"; $AltFullName = "Renee Discussion Boards"; -- 2.11.4.GIT