Changeset 4343

Show
Ignore:
Timestamp:
07/10/07 18:47:00 (6 years ago)
Author:
gregmac
Message:

syntax typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3/install_amp

    r4339 r4343  
    12431243// run all upgrades from the list of higher versions 
    12441244if ($starting_version) { 
    1245   $pos = array_search($starting_version, $versions))
     1245  $pos = array_search($starting_version, $versions)
    12461246  $upgrades = array_slice($versions, $pos); // grab the list of versions, starting at $starting_version 
    12471247  out(count($upgrades)." found");