Changeset 23507 for branches/version-2_13-dev/data/class/util
- Timestamp:
- 2014/06/03 15:23:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/util/SC_Utils.php
r23504 r23507 1127 1127 $vals = array_values($arrValues); 1128 1128 1129 $max = max( count($keys), count($vals));1129 $max = max(count($keys), count($vals)); 1130 1130 $combine_ary = array(); 1131 1131 for ($i=0; $i<$max; $i++) {
Note: See TracChangeset
for help on using the changeset viewer.
