Changeset 11484 for modules/branches/2.9/framework/install.php
- Timestamp:
- 02/19/11 15:41:06 (2 years ago)
- Files:
-
- modules/branches/2.9/framework (modified) (1 prop)
- modules/branches/2.9/framework/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/framework
- Property lastpublish changed from 11482 to 11483
modules/branches/2.9/framework/install.php
r11451 r11484 118 118 if (function_exists('upgrade_all')) { 119 119 upgrade_all(getversion()); 120 // We run this each time so that we can add settings if need be 121 // without requiring a major version bump 122 // 123 freepbx_settings_init(true); 120 124 } else { 121 125 echo ("[ERROR] Function: 'upgrade_all' not present, libfreepbx.install.php seems not to be installed<br>");
