Changeset 192499
- Timestamp:
- 01/11/2010 08:13:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
automatic-wordpress-backup/trunk/automatic-wordpress-backup.php
r192498 r192499 4 4 Plugin URI: http://www.wordpressbackup.org/ 5 5 Description: Automatically upload backups of important parts of your blog to Amazon S3 6 Version: 1.1.0-dev 56 Version: 1.1.0-dev6 7 7 Author: Dan Coulter 8 8 Author URI: http://dancoulter.com/ … … 40 40 41 41 class cmAWB { 42 static $version = '1.1.0-dev 5';42 static $version = '1.1.0-dev6'; 43 43 44 44 /** … … 690 690 $rdir = $wp_filesystem->find_folder($awb_dir . '/tmp'); 691 691 692 if ( in_array('database 2', $manifest['sections']) ) {692 if ( in_array('database', $manifest['sections']) ) { 693 693 $sql = file_get_contents('awb-database-backup.sql'); 694 694 $sql = preg_replace('|^\#.*$|m', '', $sql); … … 702 702 } 703 703 704 $wp_filesystem->delete($rdir . '/awb-database-backup.sql');705 704 $wp_filesystem->delete($rdir . '/backup.zip'); 706 705
Note: See TracChangeset
for help on using the changeset viewer.