Changeset 2388:731ff8ef9ded for inc/core/class.dc.store.php
- Timestamp:
- 10/16/13 17:47:56 (12 years ago)
- Branch:
- 2.6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.store.php
r2270 r2388 82 82 foreach ($current as $p_id => $p_infos) { 83 83 if (isset($raw_datas[$p_id])) { 84 if ( self::compare($raw_datas[$p_id]['version'],$p_infos['version'],'>')) {84 if (dcUtils::versionsCompare($raw_datas[$p_id]['version'],$p_infos['version'],'>')) { 85 85 $updates[$p_id] = $raw_datas[$p_id]; 86 86 $updates[$p_id]['root'] = $p_infos['root'];
Note: See TracChangeset
for help on using the changeset viewer.