alecpl
2011-12-14 7177b5216ab5d2e296a99c87788e37c1eb50ba60
- Update versions list (#1488255)


1 files modified
10 ■■■■■ changed files
installer/rcube_install.php 10 ●●●●● patch | view | raw | blame | history
installer/rcube_install.php
@@ -511,7 +511,15 @@
  function versions_select($attrib = array())
  {
    $select = new html_select($attrib);
    $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'));
    $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',
        '0.6-beta', '0.6',
        '0.7-beta', '0.7',
    ));
    return $select;
  }