mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 08:01:27 +02:00
ec3dac0595ea1a6c7071f16fca9e3373bd4027d4
When an administrator set a numbers field to default to 'not specified', a SQL error was caused on the registration page because it was tried to insert an empty string into an integer column. Because the column already supports NULL values, empty strings are now converted to NULL for custom profile fields of the type 'Numbers' before insertion into the data table. PHPBB3-9075
Description
No description provided
Languages
PHP
88.1%
HTML
7.2%
JavaScript
2.8%
CSS
1.6%
Shell
0.2%