Changeset 3028
- Timestamp:
- 11/07/06 21:10:49 (2 years ago)
- Files:
-
- freepbx/trunk/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/bin/retrieve_conf
r2992 r3028 361 361 } 362 362 } 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 373 363 374 364
