[geeklog-cvs] Geeklog-1.x/system/databases mssql.class.php, 1.6, 1.7

Dirk Haun dhaun at qs1489.pair.com
Sun May 11 03:25:10 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/databases
In directory qs1489.pair.com:/tmp/cvs-serv21904/system/databases

Modified Files:
	mssql.class.php 
Log Message:
Eliminated some more references to config.php


Index: mssql.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/databases/mssql.class.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mssql.class.php	25 Nov 2007 06:59:56 -0000	1.6
--- mssql.class.php	11 May 2008 07:25:08 -0000	1.7
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.4                                                               |
  // +---------------------------------------------------------------------------+
  // | mssql.class.php                                                           |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | mssql.class.php                                                           |
***************
*** 9,13 ****
  // | mysql database class                                                      |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2006 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs, tony AT tonybibbs DOT com                            |
--- 9,13 ----
  // | mysql database class                                                      |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2000-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs, tony AT tonybibbs DOT com                            |
***************
*** 125,129 ****
  
          // Set the database
!         @mssql_select_db($this->_name) or die ('Cannot Connect to the database provided.  Please check the config.php settings.');
  
          if (!($this->_db)) {
--- 125,129 ----
  
          // Set the database
!         @mssql_select_db($this->_name) or die ('Cannot Connect to the database provided.  Please check the db-config.php settings.');
  
          if (!($this->_db)) {




More information about the geeklog-cvs mailing list