Minahito
minah****@users*****
2007年 2月 16日 (金) 15:28:48 JST
Index: xoops2jp/html/include/notification_functions.php diff -u xoops2jp/html/include/notification_functions.php:1.2.8.3.2.1 xoops2jp/html/include/notification_functions.php:1.2.8.3.2.1.2.1 --- xoops2jp/html/include/notification_functions.php:1.2.8.3.2.1 Mon Nov 13 19:41:33 2006 +++ xoops2jp/html/include/notification_functions.php Fri Feb 16 15:28:48 2007 @@ -1,5 +1,5 @@ <?php -// $Id: notification_functions.php,v 1.2.8.3.2.1 2006/11/13 10:41:33 minahito Exp $ +// $Id: notification_functions.php,v 1.2.8.3.2.1.2.1 2007/02/16 06:28:48 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -142,7 +142,9 @@ } } } - return false; + + $ret = false; + return $ret; } // TODO: some way to include or exclude admin-only events...