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

Back to archive index

Minahito minah****@users*****
2006年 7月 26日 (水) 19:52:17 JST


Index: xoops2jp/html/include/notification_select.php
diff -u xoops2jp/html/include/notification_select.php:1.2.8.2 xoops2jp/html/include/notification_select.php:1.2.8.3
--- xoops2jp/html/include/notification_select.php:1.2.8.2	Thu Jul 20 17:18:22 2006
+++ xoops2jp/html/include/notification_select.php	Wed Jul 26 19:52:17 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: notification_select.php,v 1.2.8.2 2006/07/20 08:18:22 minahito Exp $
+// $Id: notification_select.php,v 1.2.8.3 2006/07/26 10:52:17 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -33,7 +33,7 @@
 $xoops_notification = array();
 $xoops_notification['show'] = isset($xoopsModule) && is_object($xoopsUser) && notificationEnabled('inline') ? 1 : 0;
 if ($xoops_notification['show']) {
-	$root =& XCube_Root::getSignleton();
+	$root =& XCube_Root::getSingleton();
 	$root->mLanguageManager->loadPageTypeMessageCatalog('notification');
 	$categories =& notificationSubscribableCategoryInfo();
 	$event_count = 0;
@@ -81,6 +81,8 @@
 	}
 }
 
-if(isset($xoopsTpl)&&is_object($xoopsTpl))
+if(isset($xoopsTpl)&&is_object($xoopsTpl)) {
 	$xoopsTpl->assign('xoops_notification', $xoops_notification);
+}
+
 ?>


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