diff options
Diffstat (limited to 'phpBB/style.php')
| -rw-r--r-- | phpBB/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/style.php b/phpBB/style.php index 2bc6930a5c..c0f8ed7352 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -196,6 +196,7 @@ if ($id) 'theme_data' => $theme['theme_data'] ); + // @TODO: rewrite with the new param db functions $sql = 'UPDATE ' . STYLES_THEME_TABLE . ' SET ' . $db->sql_build_array('UPDATE', $sql_ary) . " WHERE theme_id = $id"; $db->sql_query($sql); |
