Changeset 4344
- Timestamp:
- 07/10/07 18:47:54 (6 years ago)
- Files:
-
- freepbx/branches/2.3.views/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3.views/install_amp
r4339 r4344 1243 1243 // run all upgrades from the list of higher versions 1244 1244 if ($starting_version) { 1245 $pos = array_search($starting_version, $versions) );1245 $pos = array_search($starting_version, $versions); 1246 1246 $upgrades = array_slice($versions, $pos); // grab the list of versions, starting at $starting_version 1247 1247 out(count($upgrades)." found");
