mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:25:47 +02:00
[ticket/10247] Add empty data section to database update for RC4
PHPBB3-10247
This commit is contained in:
@ -1983,6 +1983,10 @@ function change_database_data(&$no_updates, $version)
|
|||||||
// No changes from 3.0.9-RC2 to 3.0.9-RC3
|
// No changes from 3.0.9-RC2 to 3.0.9-RC3
|
||||||
case '3.0.9-RC2':
|
case '3.0.9-RC2':
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// No changes from 3.0.9-RC3 to 3.0.9-RC4
|
||||||
|
case '3.0.9-RC3':
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user