Index: /branches/1.3/ChangeLog
===================================================================
--- /branches/1.3/ChangeLog	(revision 705)
+++ /branches/1.3/ChangeLog	(revision 706)
@@ -3,4 +3,5 @@
  * fix win32 build against win32 native gnu tools
  * compatibility fix: fix segv on shutdown when ionCube Loader is loaded
+ * fixed undefined index for xcache.count=1 and xcache.var_size>1
 
 1.3.1 2010-11-27
Index: /branches/1.3/admin/xcache.php
===================================================================
--- /branches/1.3/admin/xcache.php	(revision 705)
+++ /branches/1.3/admin/xcache.php	(revision 706)
@@ -288,5 +288,5 @@
 	$data['cacheid'] = $i;
 	$cacheinfos[] = $data;
-	if ($pcnt >= 2) {
+	if ($vcnt >= 2) {
 		calc_total($total, $data);
 	}
