1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-06 14:35:56 +02:00

Fix Bug #53945 - Typo in r10267.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10269 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Andreas Fischer 2009-11-14 21:27:24 +00:00
parent 46112228c0
commit e4d1addc2c

View File

@ -1563,7 +1563,7 @@ function change_database_data(&$no_updates, $version)
break; break;
// No changes from 3.0.6-RC4 to 3.0.6 // No changes from 3.0.6-RC4 to 3.0.6
case '3.0.6-RC3': case '3.0.6-RC4':
break; break;
} }
} }