Mercurial > defr > drupal > core
comparison modules/update/update.compare.inc @ 9:acef7ccb09b5 6.4
Drupal 6.4
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:08 +0100 |
parents | c1f4ac30525a |
children | 589fb7c02327 |
comparison
equal
deleted
inserted
replaced
8:85cbd6048071 | 9:acef7ccb09b5 |
---|---|
1 <?php | 1 <?php |
2 // $Id: update.compare.inc,v 1.8 2008/02/03 19:34:02 goba Exp $ | 2 // $Id: update.compare.inc,v 1.8.2.1 2008/08/12 05:10:12 dries Exp $ |
3 | 3 |
4 /** | 4 /** |
5 * @file | 5 * @file |
6 * Code required only when comparing available updates to existing data. | 6 * Code required only when comparing available updates to existing data. |
7 */ | 7 */ |
158 | 158 |
159 // Finally, save the results we care about into the $projects array. | 159 // Finally, save the results we care about into the $projects array. |
160 $projects[$key]['existing_version'] = $info['version']; | 160 $projects[$key]['existing_version'] = $info['version']; |
161 $projects[$key]['existing_major'] = $info['major']; | 161 $projects[$key]['existing_major'] = $info['major']; |
162 $projects[$key]['install_type'] = $install_type; | 162 $projects[$key]['install_type'] = $install_type; |
163 unset($projects[$key]['info']); | |
164 } | 163 } |
165 } | 164 } |
166 | 165 |
167 /** | 166 /** |
168 * Given the installed projects and the available release data retrieved from | 167 * Given the installed projects and the available release data retrieved from |