Index: /mods/wpsg_mod_converter.class.php
===================================================================
--- /mods/wpsg_mod_converter.class.php	(revision 6643)
+++ /mods/wpsg_mod_converter.class.php	(revision 6644)
@@ -424,4 +424,5 @@
 		
 				echo '<br />';
+				/*
 				$kunden = $GLOBALS['wpsg_sc']->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_KU."` ORDER BY `id` ASC");
 				echo __('<br />'.count($kunden).' Kunden', 'wpsg');
@@ -429,9 +430,15 @@
 				$orders = $GLOBALS['wpsg_sc']->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_ORDER."` ORDER BY `id` ASC");
 				echo __('<br />'.count($orders).' Bestellungen', 'wpsg');
-		
+				*/
+				
 				$products = $GLOBALS['wpsg_sc']->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_PRODUCTS."` ORDER BY `id` ASC");
 				$i1 = 0;
 				$i2 = 0;
 
+				$cnt1 = $this->db->fetchOne("SELECT COUNT(*) FROM `".WPSG_TBL_ORDER."`");
+				$cnt2 = $this->db->fetchOne("SELECT COUNT(*) FROM `".WPSG_TBL_KU."`");
+				echo __('<br />'.$cnt2.' Kunden', 'wpsg');
+				echo __('<br />'.$cnt1.' Bestellungen', 'wpsg');
+				
 				foreach ($products as $p)
 				{
