Index: trunk/include/xml.php
===================================================================
--- trunk/include/xml.php	(revision 39)
+++ trunk/include/xml.php	(revision 40)
@@ -128,6 +128,9 @@
 	}
 }
+
+if( ! function_exists( 'count_numeric_items' ) ) : // d3pipe Used function
 function count_numeric_items(&$array){
 	return is_array($array) ? count(array_filter(array_keys($array), 'is_numeric')) : 0;
 }
+endif;
 ?>
