問題の修正には、次のような変更を加える必要があります。
--- blocks/ev_top.php.~1.32.~	2010-02-27 16:07:34.000000000 +0900
+++ blocks/ev_top.php	2010-05-09 15:38:37.665359466 +0900
@@ -33,7 +33,7 @@
 
 if (!function_exists("b_event_top_show_base")) {
 
-include_once dirname(dirname(__FILE__))."/functions.php";
+if (!function_exists("eventdate")) include_once $mydirpath."/functions.php";
 
 function b_event_top_show_base($dirname, $prefix, $options) {
     global $xoopsDB, $xoopsUser;
こちらの変更は 2.62 に含めたいと思います。