Changeset 7177b52 in github


Ignore:
Timestamp:
Dec 14, 2011 1:23:39 PM (18 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
bd9190a6
Parents:
a9ed78a
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • installer/rcube_install.php

    r0829b76 r7177b52  
    505505    return $out; 
    506506  } 
    507    
     507 
    508508  /** 
    509509   * Create a HTML dropdown to select a previous version of Roundcube 
     
    512512  { 
    513513    $select = new html_select($attrib); 
    514     $select->add(array('0.1-stable', '0.1.1', '0.2-alpha', '0.2-beta', '0.2-stable', '0.3-stable', '0.3.1', '0.4-beta', '0.4.2', '0.5-beta', '0.5', '0.5.1')); 
     514    $select->add(array( 
     515        '0.1-stable', '0.1.1', 
     516        '0.2-alpha', '0.2-beta', '0.2-stable', 
     517        '0.3-stable', '0.3.1', 
     518        '0.4-beta', '0.4.2', 
     519        '0.5-beta', '0.5', '0.5.1', 
     520        '0.6-beta', '0.6', 
     521        '0.7-beta', '0.7', 
     522    )); 
    515523    return $select; 
    516524  } 
    517    
     525 
    518526  /** 
    519527   * Return a list with available subfolders of the skin directory 
Note: See TracChangeset for help on using the changeset viewer.