Changeset 3857
- Timestamp:
- 03/10/11 15:58:12 (12 years ago)
- Location:
- branches/2.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/expressoMail1_2/setup/tables_update.inc.php
r3765 r3857 88 88 $test[] = '2.0.009'; 89 89 function expressoMail1_2_upgrade2_0_009() { 90 $setup_info['expressoMail1_2']['currentver'] = '2.0.010'; 91 return $setup_info['expressoMail1_2']['currentver']; 92 } 93 $test[] = '2.0.010'; 94 function expressoMail1_2_upgrade2_0_010() { 90 95 $setup_info['expressoMail1_2']['currentver'] = '2.1.000'; 91 96 return $setup_info['expressoMail1_2']['currentver']; -
branches/2.2/phpgwapi/setup/tables_update.inc.php
r3769 r3857 94 94 function phpgwapi_upgrade2_0_009() 95 95 { 96 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 97 return $GLOBALS['setup_info']['phpgwapi']['currentver']; 98 } 99 $test[] = '2.0.010'; 100 function phpgwapi_upgrade2_0_010() 101 { 96 102 $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 97 103 return $GLOBALS['setup_info']['phpgwapi']['currentver'];
Note: See TracChangeset
for help on using the changeset viewer.