mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Changes for UCP and registration, pretty minor overall. Fixed emailer to use
trigger_error insted of message_die. emailer still needs some clean-up git-svn-id: file:///svn/phpbb/trunk@3430 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -36,7 +36,7 @@ function set_config($config_name, $config_value, $is_dynamic = FALSE)
|
||||
WHERE config_name = "' . $config_name . '"');
|
||||
|
||||
$sql = 'INSERT INTO ' . CONFIG_TABLE . " (config_name, config_value)
|
||||
VALUES ('$config_name', '" . $db->sql_escape($config_value) . "'";
|
||||
VALUES ('$config_name', '" . $db->sql_escape($config_value) . "')";
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user