XPressME Integration Kit

Trac

Changeset 40


Ignore:
Timestamp:
Dec 22, 2008, 10:49:59 PM (15 years ago)
Author:
toemon
Message:

include/xml.php でのcount_numeric_items()の重複バグ修正(D2Pipeライブラリとの重複)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/xml.php

    r39 r40  
    128128        } 
    129129} 
     130 
     131if( ! function_exists( 'count_numeric_items' ) ) : // d3pipe Used function 
    130132function count_numeric_items(&$array){ 
    131133        return is_array($array) ? count(array_filter(array_keys($array), 'is_numeric')) : 0; 
    132134} 
     135endif; 
    133136?> 
Note: See TracChangeset for help on using the changeset viewer.