Changeset 309
- Timestamp:
- 12/31/07 15:39:31 (15 years ago)
- Location:
- dev/common/includes
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/autoupgrade.php
r308 r309 62 62 $TractorBeam = item::get_group_id("Small Tractor Beam I"); 63 63 move_item_to_group($SalvagerTypeId,$SalvagerGroup ,$TractorBeam); 64 65 66 update_slot_of_group($TractorBeam, 67 68 64 69 65 //writing Update Status into ConfigDB 70 66 config::set("DBUpdate","001"); -
dev/common/includes/globals.php
r308 r309 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 30 8$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 309 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5