1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 20:17:58 +02:00

[ticket/10247] Add empty data section to database update for RC4

PHPBB3-10247
This commit is contained in:
Nils Adermann
2011-07-03 02:29:51 -04:00
parent cf4b639be5
commit 984fd07319

View File

@ -1983,6 +1983,10 @@ function change_database_data(&$no_updates, $version)
// No changes from 3.0.9-RC2 to 3.0.9-RC3
case '3.0.9-RC2':
break;
// No changes from 3.0.9-RC3 to 3.0.9-RC4
case '3.0.9-RC3':
break;
}
}