[xoops-cvslog 6372] CVS update: xoops2jp/html/modules/legacy/preload/Primary

Back to archive index

Minahito minah****@users*****
2007年 4月 26日 (木) 12:52:50 JST


Index: xoops2jp/html/modules/legacy/preload/Primary/SystemModuleInstall.class.php
diff -u xoops2jp/html/modules/legacy/preload/Primary/SystemModuleInstall.class.php:1.1.2.1 xoops2jp/html/modules/legacy/preload/Primary/SystemModuleInstall.class.php:1.1.2.1.2.1
--- xoops2jp/html/modules/legacy/preload/Primary/SystemModuleInstall.class.php:1.1.2.1	Thu Dec 14 21:59:53 2006
+++ xoops2jp/html/modules/legacy/preload/Primary/SystemModuleInstall.class.php	Thu Apr 26 12:52:50 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: SystemModuleInstall.class.php,v 1.1.2.1 2006/12/14 12:59:53 nobunobu Exp $
+ * @version $Id: SystemModuleInstall.class.php,v 1.1.2.1.2.1 2007/04/26 03:52:50 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -206,7 +206,7 @@
 		if (!is_object($xoopsUser)) {
 			return;
 		}
-	    if (!in_array(XOOPS_GROUP_ADMIN,$xoopsUser->getGroups())) {echo "aaaa";
+	    if (!in_array(XOOPS_GROUP_ADMIN,$xoopsUser->getGroups())) {
 			$this->mController->redirectHeader(XOOPS_URL . '/', 1, _NOPERM);
 		}
 	}


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