Skip to content

Commit

Permalink
MDL-23106 files_cleanup is history
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 6, 2010
1 parent e51b522 commit a32799a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/db/upgrade.php
Expand Up @@ -1915,19 +1915,6 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2009051700);
}

if ($oldversion < 2009060200) {
/// Define table files_cleanup to be dropped - not needed
$table = new xmldb_table('files_cleanup');

/// Conditionally launch drop table for files_cleanup
if ($dbman->table_exists($table)) {
$dbman->drop_table($table);
}

/// Main savepoint reached
upgrade_main_savepoint(true, 2009060200);
}

/// Repeat 2009050607 upgrade step, which Petr commented out because of XMLDB
/// stupidity, so lots of people will have missed.
if ($oldversion < 2009061600) {
Expand Down

0 comments on commit a32799a

Please sign in to comment.