phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
Andreas Fischer ec3dac0595 [ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.
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
2010-10-30 12:42:23 +02:00
build [feature/webpi] Validate inline with MSSQL password policy. 2010-04-15 23:00:27 +01:00
git-tools/hooks Merge branch 'task/cs278/git-tools' into develop-olympus 2010-09-09 00:20:38 +02:00
phpBB [ticket/9075] CPF Numbers fields: Prevent SQL error on registration page. 2010-10-30 12:42:23 +02:00
tests [ticket/9855] Do not include the PHPUnit Framework manually on 3.5+. 2010-10-17 23:32:57 +02:00
.gitignore [ticket/9848] Add avatars, attachments and store files to .gitignore. 2010-10-15 18:08:43 +02:00