From bd62cb84ae74e417b1d490a8a328a2b3c31d064b Mon Sep 17 00:00:00 2001 From: Kazuki Przyborowski Date: Fri, 30 Apr 2010 16:45:48 +0000 Subject: [PATCH] Small bug fix to SQLite install file. git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@476 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- inc/versioninfo.php | 4 ++-- setup/sql/sqlite.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 7edb58a..ede9e4d 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ Copyright 2004-2010 iDB Support - http://idb.berlios.de/ Copyright 2004-2010 Game Maker 2k - http://gamemaker2k.org/ - $FileInfo: versioninfo.php - Last Update: 04/30/2010 SVN 475 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 04/30/2010 SVN 476 - 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] = 3; $VER1[2] = 8; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 475; $RName = "iDB"; $SFName = "IntDB"; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 476; $RName = "iDB"; $SFName = "IntDB"; $SVNDay[0] = 04; $SVNDay[1] = 30; $SVNDay[2] = 2010; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $VerInfo['iDB_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,false); $VerInfo['iDB_Ver_SVN'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,true); diff --git a/setup/sql/sqlite.php b/setup/sql/sqlite.php index 743708e..1276a3a 100644 --- a/setup/sql/sqlite.php +++ b/setup/sql/sqlite.php @@ -12,7 +12,7 @@ Copyright 2004-2010 Game Maker 2k - http://gamemaker2k.org/ iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: sqlite.php - Last Update: 04/30/2010 SVN 475 - Author: cooldude2k $ + $FileInfo: sqlite.php - Last Update: 04/30/2010 SVN 476 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlite.php"||$File3Name=="/sqlite.php") { @@ -423,7 +423,7 @@ $query=sql_pre_query("CREATE TABLE \"".$_POST['tableprefix']."themes\" (\n". " \"NavLinkDivider\" VARCHAR(150) NOT NULL default '',\n". " \"StatsIcon\" VARCHAR(150) NOT NULL default '',\n". " \"NoAvatar\" VARCHAR(150) NOT NULL default '',\n". -" \"NoAvatarSize\" VARCHAR(150) NOT NULL default '',\n". +" \"NoAvatarSize\" VARCHAR(150) NOT NULL default ''\n". ");", array(null)); sql_query($query,$SQLStat); $query=sql_pre_query("CREATE TABLE \"".$_POST['tableprefix']."topics\" (\n". -- 2.11.0