Aleksander Machniak
2012-10-03 4e004778ab01c3087a773e05cf4693720a52d08f
Add 0.7.3 and 0.8.1 to versions list
1 files modified
4 ■■■■ changed files
installer/rcube_install.php 4 ●●●● patch | view | raw | blame | history
installer/rcube_install.php
@@ -523,8 +523,8 @@
        '0.4-beta', '0.4.2',
        '0.5-beta', '0.5', '0.5.1',
        '0.6-beta', '0.6',
        '0.7-beta', '0.7', '0.7.1', '0.7.2',
        '0.8-beta', '0.8-rc', '0.8.0',
        '0.7-beta', '0.7', '0.7.1', '0.7.2', '0.7.3',
        '0.8-beta', '0.8-rc', '0.8.0', '0.8.1',
    ));
    return $select;
  }