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

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 2月 28日 (火) 23:36:04 JST


Index: xoops2jp/html/class/database/mysqldatabase.php
diff -u xoops2jp/html/class/database/mysqldatabase.php:1.2.8.3 xoops2jp/html/class/database/mysqldatabase.php:1.2.8.4
--- xoops2jp/html/class/database/mysqldatabase.php:1.2.8.3	Mon Jan  2 21:39:33 2006
+++ xoops2jp/html/class/database/mysqldatabase.php	Tue Feb 28 23:36:04 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: mysqldatabase.php,v 1.2.8.3 2006/01/02 12:39:33 minahito Exp $
+// $Id: mysqldatabase.php,v 1.2.8.4 2006/02/28 14:36:04 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -245,7 +245,8 @@
 			return $result;
         } else {
 			$this->logger->addQuery($sql, $this->error(), $this->errno());
-			return false;
+            $ret = false;
+            return $ret;
         }
     }
 


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index