Changeset 6255 for trunk/expressoCalendar/setup/tables_update.inc.php
- Timestamp:
- 05/21/12 16:03:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoCalendar/setup/tables_update.inc.php
r6111 r6255 89 89 $test[] = '1.003'; 90 90 function expressoCalendar_upgrade1_003() { 91 92 $oProc = $GLOBALS['phpgw_setup']->oProc;93 94 $oProc->query("INSERT INTO phpgw_hooks( \"hook_appname\", \"hook_location\", \"hook_filename\") VALUES ('expressoCalendar','admin', 'hook_admin.inc.php')");95 96 91 $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.004'; 97 92 return $GLOBALS['setup_info']['expressoCalendar']['currentver']; … … 117 112 return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 118 113 }; 114 115 116 $test[] = '1.006'; 117 function expressoCalendar_upgrade1_006() { 118 $GLOBALS['setup_info']['expressoCalendar']['currentver'] = '1.007'; 119 return $GLOBALS['setup_info']['expressoCalendar']['currentver']; 120 }; 119 121 120 122 ?>
Note: See TracChangeset
for help on using the changeset viewer.