- Timestamp:
- Dec 22, 2008, 10:49:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/xml.php
r39 r40 128 128 } 129 129 } 130 131 if( ! function_exists( 'count_numeric_items' ) ) : // d3pipe Used function 130 132 function count_numeric_items(&$array){ 131 133 return is_array($array) ? count(array_filter(array_keys($array), 'is_numeric')) : 0; 132 134 } 135 endif; 133 136 ?>
Note: See TracChangeset
for help on using the changeset viewer.