Changeset 3676
- Timestamp:
- 01/30/07 23:41:54 (2 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/backup/module.xml (modified) (2 diffs)
- modules/branches/2.3/backup/page.backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3
- Property svnmerge-integrated changed from /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640 to /modules/branches/2.2:1-3588,3615-3635,3637-3638,3640,3674
modules/branches/2.3/backup/module.xml
r3468 r3676 2 2 <rawname>backup</rawname> 3 3 <name>Backup & Restore</name> 4 <version>2.1 </version>4 <version>2.1.1</version> 5 5 <type>tool</type> 6 6 <category>System Administration</category> … … 12 12 </depends> 13 13 <changelog> 14 *2.1.1* Remove core_users2astdb and core_devices2astdb, it isn't needed and corrupts resotred ampuser info 14 15 *2.1* Actually, really, restore ASTDB now. Finally. Also add redirect_standard to avoid problems with TRBoE. 15 16 *2.0.4* Add he_IL translation modules/branches/2.3/backup/page.backup.php
r3467 r3676 95 95 $Message=Restore_Tar_Files($dir, $file, $filetype, $display); 96 96 // Regenerate all the ASTDB stuff. Note, we need a way to do speedials and other astdb stuff here. 97 core_users2astdb();98 core_devices2astdb();99 97 needreload(); 100 98 redirect_standard();
