|
From: Jon O. <jon...@us...> - 2007-05-05 20:40:54
|
Update of /cvsroot/mxbb/core/install/db
In directory sc8-pr-cvs16:/tmp/cvs-serv2311/db
Modified Files:
mssql.php mysql.php mysql4.php postgres7.php
Log Message:
Updated header...
Index: mysql.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/db/mysql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mysql.php 6 Apr 2005 06:35:00 -0000 1.1
--- mysql.php 5 May 2007 20:40:25 -0000 1.2
***************
*** 1,22 ****
<?php
! /***************************************************************************
! * mysql.php
! * -------------------
! * begin : Saturday, Feb 13, 2001
! * copyright : (C) 2001 The phpBB Group
! * email : su...@ph...
! *
! * $Id$
! *
! ***************************************************************************/
!
! /***************************************************************************
! *
! * This program is free software; you can redistribute it and/or modify
! * it under the terms of the GNU General Public License as published by
! * the Free Software Foundation; either version 2 of the License, or
! * (at your option) any later version.
! *
! ***************************************************************************/
if(!defined("SQL_LAYER_mysql"))
--- 1,12 ----
<?php
! /**
! *
! * @package mxBB Installation
! * @version $Id$
! * @copyright (c) 2002-2006 mxBB Project Team
! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://www.mxbb.net
! *
! */
if(!defined("SQL_LAYER_mysql"))
Index: mysql4.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/db/mysql4.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mysql4.php 6 Apr 2005 06:35:00 -0000 1.1
--- mysql4.php 5 May 2007 20:40:25 -0000 1.2
***************
*** 1,22 ****
<?php
! /***************************************************************************
! * mysql4.php
! * -------------------
! * begin : Saturday, Feb 13, 2001
! * copyright : (C) 2001 The phpBB Group
! * email : supportphpbb.com
! *
! * $Id$
! *
! ***************************************************************************/
!
! /***************************************************************************
! *
! * This program is free software; you can redistribute it and/or modify
! * it under the terms of the GNU General Public License as published by
! * the Free Software Foundation; either version 2 of the License, or
! * (at your option) any later version.
! *
! ***************************************************************************/
if(!defined("SQL_LAYER_mysql4"))
--- 1,12 ----
<?php
! /**
! *
! * @package mxBB Installation
! * @version $Id$
! * @copyright (c) 2002-2006 mxBB Project Team
! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://www.mxbb.net
! *
! */
if(!defined("SQL_LAYER_mysql4"))
***************
*** 141,145 ****
}
}
!
return $this->query_result;
}
--- 131,135 ----
}
}
!
return $this->query_result;
}
Index: mssql.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/db/mssql.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mssql.php 28 Apr 2006 14:29:37 -0000 1.2
--- mssql.php 5 May 2007 20:40:25 -0000 1.3
***************
*** 1,22 ****
<?php
! /***************************************************************************
! * mssql.php
! * -------------------
! * begin : Saturday, Feb 13, 2001
! * copyright : (C) 2001 The phpBB Group
! * email : supportphpbb.com
! *
! * $Id$
! *
! ***************************************************************************/
!
! /***************************************************************************
! *
! * This program is free software; you can redistribute it and/or modify
! * it under the terms of the GNU General Public License as published by
! * the Free Software Foundation; either version 2 of the License, or
! * (at your option) any later version.
! *
! ***************************************************************************/
if(!defined("SQL_LAYER"))
--- 1,12 ----
<?php
! /**
! *
! * @package mxBB Installation
! * @version $Id$
! * @copyright (c) 2002-2006 mxBB Project Team
! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://www.mxbb.net
! *
! */
if(!defined("SQL_LAYER"))
***************
*** 138,142 ****
}
! $this->result = @mssql_query("SELECT $query", $this->db_connect_id);
if( $this->result )
--- 128,132 ----
}
! $this->result = @mssql_query("SELECT $query", $this->db_connect_id);
if( $this->result )
***************
*** 161,165 ****
if( $row = @mssql_fetch_array($result_id) )
{
! $this->next_id[$this->db_connect_id] = $row['id'];
$this->affected_rows[$this->db_connect_id] = $row['affected'];
}
--- 151,155 ----
if( $row = @mssql_fetch_array($result_id) )
{
! $this->next_id[$this->db_connect_id] = $row['id'];
$this->affected_rows[$this->db_connect_id] = $row['affected'];
}
Index: postgres7.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/db/postgres7.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** postgres7.php 17 Apr 2005 10:06:40 -0000 1.2
--- postgres7.php 5 May 2007 20:40:26 -0000 1.3
***************
*** 1,22 ****
<?php
! /***************************************************************************
! * postgres7.php
! * -------------------
! * begin : Saturday, Feb 13, 2001
! * copyright : (C) 2001 The phpBB Group
! * email : supportphpbb.com
! *
! * $Id$
! *
! ***************************************************************************/
!
! /***************************************************************************
! *
! * This program is free software; you can redistribute it and/or modify
! * it under the terms of the GNU General Public License as published by
! * the Free Software Foundation; either version 2 of the License, or
! * (at your option) any later version.
! *
! ***************************************************************************/
if(!defined("SQL_LAYER_postgres"))
--- 1,12 ----
<?php
! /**
! *
! * @package mxBB Installation
! * @version $Id$
! * @copyright (c) 2002-2006 mxBB Project Team
! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://www.mxbb.net
! *
! */
if(!defined("SQL_LAYER_postgres"))
|