Changeset 8753
- Timestamp:
- 02/01/10 18:18:19 (2 years ago)
- Files:
-
- modules/branches/2.7/backup/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/backup/install.php
r8752 r8753 162 162 die_freepbx("Can not migrate Backup table"); 163 163 } 164 165 $sql='DROP TABLE Backup'; 166 $check = $db->query($sql); 167 if(DB::IsError($check)) { 168 die_freepbx("Old Backup table not removed. Migration script will run again on next install."); 169 } 164 170 } 165 171
