Index: trunk/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 108)
+++ trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 113)
@@ -3,8 +3,8 @@
 function xpress_credit($show = false)
 {
-	global $wp_version , $modversion;
-	
-	$xpress_version = $modversion['version'];
-	$xpress_codename = $modversion['codename'];
+	global $wp_version , $xoops_config;
+	
+	$xpress_version = $xoops_config->module_version;
+	$xpress_codename = $xoops_config->module_codename;
 	$ret = '<a href="http://www.toemon.com"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>';
 	if (strstr($wp_version,'ME')){
