Index: branches/dev/html/admin/total/index.php
===================================================================
--- branches/dev/html/admin/total/index.php	(revision 17)
+++ branches/dev/html/admin/total/index.php	(revision 27)
@@ -99,6 +99,6 @@
 		}
 
-		if($_POST['type'] != "") {
-			$type = $_POST['type'];
+		if($objFormParam->getValue('type') != "") {
+			$type = $objFormParam->getValue('type');
 		}
 				
