Changeset 8932
- Timestamp:
- 02/25/10 17:57:44 (3 years ago)
- Files:
-
- modules/branches/2.7/backup/install.php (modified) (1 diff)
- modules/branches/2.7/backup/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.7/backup/install.php
r8929 r8932 176 176 } 177 177 178 // This should only be needed once. But the original migration did not do it and there is no harm in cleansing the database anyhow 179 outn(_('Replacing ampbackup.pl in db..')); 180 $sql=$db->query("UPDATE backup SET command = REPLACE(command,'ampbackup.pl','ampbackup.php')"); 181 if(DB::IsError($sql)) { 182 out(_('an error has occured, update not done')); 183 out($sql->getMessage()); 184 } else { 185 out(_('ok')); 186 } 187 178 188 // Remove retrieve_backup_cron_from_mysql.pl if still there and a link 179 189 // modules/branches/2.7/backup/module.xml
r8899 r8932 2 2 <rawname>backup</rawname> 3 3 <name>Backup & Restore</name> 4 <version>2.7.0. 3</version>4 <version>2.7.0.4</version> 5 5 <publisher>FreePBX</publisher> 6 6 <license>GPLv2+</license> … … 15 15 </depends> 16 16 <changelog> 17 *2.7.0.4* #4081 17 18 *2.7.0.3* #4064 18 19 *2.7.0.2* #4061, #4062, #4063
