Changeset 3028

Show
Ignore:
Timestamp:
11/08/06 00:10:49 (7 years ago)
Author:
qldrob
Message:

Revert my previous good idea of rebuilding astdb on install. We should probably have a button that does it somewhere. Addresses #1292

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/bin/retrieve_conf

    r2992 r3028  
    361361  } 
    362362} 
    363  
    364 // Finally, if this is an install, re-generate ASTDB entries, as they could be restoring from backup,  
    365 // just rebuilt the machine, blah blah.  
    366 if ($run_install) { 
    367   outn("Re-propogating internal device/extensions database..."); 
    368   core_users2astdb(); 
    369   core_devices2astdb(); 
    370   out("OK"); 
    371 } 
    372    
    373363 
    374364