[xoops-cvslog 41] CVS update: xoops2jp/html/modules/system/admin/modulesadmin

Back to archive index

onokazu onoka****@users*****
2005年 5月 31日 (火) 12:41:11 JST


Index: xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php
diff -u xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.2.6.2 xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.2.6.3
--- xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php:1.2.6.2	Tue Apr 26 18:29:56 2005
+++ xoops2jp/html/modules/system/admin/modulesadmin/modulesadmin.php	Tue May 31 12:41:11 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: modulesadmin.php,v 1.2.6.2 2005/04/26 09:29:56 onokazu Exp $
+// $Id: modulesadmin.php,v 1.2.6.3 2005/05/31 03:41:11 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -113,7 +113,7 @@
     while ($file = readdir($handle)) {
         clearstatcache();
         $file = trim($file);
-        if ($file != '' && strtolower($file) != 'cvs' && !preg_match("/^[.]{1,2}$/",$file) && is_dir($modules_dir.'/'.$file)) {
+        if ($file != '' && strtolower($file) != 'cvs' && !preg_match("/^\..*$/",$file) && is_dir($modules_dir.'/'.$file)) {
             if ( !in_array($file, $listed_mods) ) {
                 $module =& $module_handler->create();
                 $module->loadInfo($file);


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