[xoops-cvslog 6171] CVS update: xoops2jp/html/install/include

Back to archive index

Minahito minah****@users*****
2007年 2月 19日 (月) 15:54:44 JST


Index: xoops2jp/html/install/include/functions.php
diff -u xoops2jp/html/install/include/functions.php:1.1.2.3.2.1 xoops2jp/html/install/include/functions.php:1.1.2.3.2.1.2.1
--- xoops2jp/html/install/include/functions.php:1.1.2.3.2.1	Sat Dec 16 23:10:30 2006
+++ xoops2jp/html/install/include/functions.php	Mon Feb 19 15:54:43 2007
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.1.2.3.2.1 2006/12/16 14:10:30 nobunobu Exp $
+// $Id: functions.php,v 1.1.2.3.2.1.2.1 2007/02/19 06:54:43 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -120,12 +120,14 @@
         $path = XOOPS_ROOT_PATH.'/modules/'.$dirname.'/templates/'.$template;
     }
     if (!file_exists($path)) {
-        return false;
+    	$ret = false;
+        return $ret;
     } else {
         $lines = file($path);
     }
     if (!$lines) {
-        return false;
+    	$ret = false;
+        return $ret;
     }
     $ret = '';
     $count = count($lines);


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