phpbb/phpBB/phpbb/config
Andreas Fischer c7ae61f2f3 [ticket/12711] Cast values to string such that they are quoted in SQL queries.
The value is stored in a text column and the key is stored in a varchar. Some
DBMSes do not like it when we insert integers into text columns. Cast both to
string to be on the safe side.

PHPBB3-12711
2014-06-15 00:21:11 +02:00
..
config.php [ticket/10073] Fix invalid type hint 2014-05-29 02:14:35 +02:00
db.php [ticket/12594] Remove @package tags and update file headers 2014-05-27 20:51:13 +02:00
db_text.php [ticket/12711] Cast values to string such that they are quoted in SQL queries. 2014-06-15 00:21:11 +02:00