Index: /trunk/NEWS
===================================================================
--- /trunk/NEWS	(revision 381)
+++ /trunk/NEWS	(revision 382)
@@ -2,4 +2,5 @@
 == NEWS ==
 == ChangeLog ==
+ * could not show module info in admin page when XCache is the last module
  * wrong http auth realm
  * #86: remove/edit variable in admin page
Index: /trunk/admin/xcache.php
===================================================================
--- /trunk/admin/xcache.php	(revision 381)
+++ /trunk/admin/xcache.php	(revision 382)
@@ -204,5 +204,5 @@
 	phpinfo(INFO_MODULES);
 	$moduleinfo = ob_get_clean();
-	if (preg_match('!XCache</a></h2>(.*?)<h2><a name="module_!is', $moduleinfo, $m)) {
+	if (preg_match('!XCache</a></h2>(.*?)<h2>!is', $moduleinfo, $m)) {
 		$moduleinfo = $m[1];
 	}
