Show
Ignore:
Timestamp:
02/19/11 15:41:06 (2 years ago)
Author:
p_lindheimer
Message:

Module Publish Script: framework 2.9.0beta1.2

Files:

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  
    118118  if (function_exists('upgrade_all')) { 
    119119    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); 
    120124  } else { 
    121125    echo ("[ERROR] Function: 'upgrade_all' not present, libfreepbx.install.php seems not to be installed<br>");