[xoops-cvslog 1556] CVS update: xoops2jp/html/class/database

Back to archive index

Minahito minah****@users*****
2006年 1月 2日 (月) 21:38:40 JST


Index: xoops2jp/html/class/database/database.php
diff -u xoops2jp/html/class/database/database.php:1.2 xoops2jp/html/class/database/database.php:1.2.8.1
--- xoops2jp/html/class/database/database.php:1.2	Fri Mar 18 21:51:55 2005
+++ xoops2jp/html/class/database/database.php	Mon Jan  2 21:38:40 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: database.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
+// $Id: database.php,v 1.2.8.1 2006/01/02 12:38:40 minahito Exp $
 // database.php - defines abstract database wrapper class 
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
@@ -125,7 +125,8 @@
 
 	function &getInstance()
 	{
-		return XoopsDatabaseFactory::getDatabaseConnection();
+		$instance =& XoopsDatabaseFactory::getDatabaseConnection();
+		return $instance;
 	}
 }
 


xoops-cvslog メーリングリストの案内
Back to archive index