Changeset 11777
- Timestamp:
- 03/10/11 14:14:52 (2 years ago)
- Files:
-
- modules/branches/2.9/backup/functions.inc.php (modified) (1 diff)
- modules/branches/2.9/backup/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/backup/functions.inc.php
r11776 r11777 485 485 <?php } ?> 486 486 <tr> 487 <td><a href="#" class="info"><?php echo _("Overwrite Backup Settings");?><span><?php echo _("When restoring the backup, if this option is selected, all saved backups and their schedules will be overwrit en. Leaving this unchecked will restore all other configurations EXCEPT for those related to backup. When doing a remote backup and restore, this option is always forced to no.");?></span></a>: </td>487 <td><a href="#" class="info"><?php echo _("Overwrite Backup Settings");?><span><?php echo _("When restoring the backup, if this option is selected, all saved backups and their schedules will be overwritten. Leaving this unchecked will restore all other configurations EXCEPT for those related to backup. When doing a remote backup and restore, this option is always forced to no.");?></span></a>: </td> 488 488 <td><input type="checkbox" name="overwritebackup" value="yes" class="sysconfigdep" <?php echo ($opts['overwritebackup']=='yes')?'checked':''; ?>/></td> 489 489 </tr> modules/branches/2.9/backup/install.php
r11170 r11777 186 186 $sql=$db->query("UPDATE backup SET command = REPLACE(command,'ampbackup.pl','ampbackup.php')"); 187 187 if(DB::IsError($sql)) { 188 out(_('an error has occur ed, update not done'));188 out(_('an error has occurred, update not done')); 189 189 out($sql->getMessage()); 190 190 } else {
