mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
colour is a string. :)
git-svn-id: file:///svn/phpbb/trunk@6316 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1476,7 +1476,7 @@ function sync($mode, $where_type = '', $where_ids = '', $resync_parents = false,
|
||||
{
|
||||
if ($row['forum_' . $fieldname] != $row[$fieldname])
|
||||
{
|
||||
if (preg_match('#name$#', $fieldname))
|
||||
if (preg_match('#(name|colour)$#', $fieldname))
|
||||
{
|
||||
$sql_ary['forum_' . $fieldname] = (string) $row[$fieldname];
|
||||
}
|
||||
|
Reference in New Issue
Block a user