Changeset 1390203
- Timestamp:
- 04/08/2016 12:46:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
search-and-replace/tags/3.1.0/inc/Page/SearchReplace.php
r1390032 r1390203 68 68 *prints a select with all the tables and their sizes 69 69 * 70 * @return void 70 * @return void 71 71 */ 72 72 protected function show_table_list() { … … 139 139 $this->run_replace( $search, $replace, $tables, $dry_run ); 140 140 } 141 141 142 142 return TRUE; 143 143 } … … 190 190 191 191 if ( count( $report[ 'changes' ] ) > 0 ) { 192 $this->d be->show_changes( $report );192 $this->downloader->show_changes( $report ); 193 193 } 194 194
Note: See TracChangeset
for help on using the changeset viewer.