diff options
author | alecpl <alec@alec.pl> | 2012-01-12 07:29:48 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-12 07:29:48 +0000 |
commit | be431441cb06de48b01fde2baf3ccf04094c0273 (patch) | |
tree | 4e2aa31fc1498bd7967d69e328a9168ee8315459 /installer/rcube_install.php | |
parent | 89730fa4e26a1efb6328af34cf89827642920272 (diff) |
- Applied fixes from trunk up to r5756
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r-- | installer/rcube_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 737972b93..f23009de0 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -518,7 +518,7 @@ class rcube_install '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-beta', '0.7', '0.7.1' )); return $select; } |