Changeset 7177b52 in github
- Timestamp:
- Dec 14, 2011 1:23:39 PM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- bd9190a6
- Parents:
- a9ed78a
- File:
-
- 1 edited
-
installer/rcube_install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
installer/rcube_install.php
r0829b76 r7177b52 505 505 return $out; 506 506 } 507 507 508 508 /** 509 509 * Create a HTML dropdown to select a previous version of Roundcube … … 512 512 { 513 513 $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 )); 515 523 return $select; 516 524 } 517 525 518 526 /** 519 527 * Return a list with available subfolders of the skin directory
Note: See TracChangeset
for help on using the changeset viewer.
