phpBB

Code Changes

File: phpbb/config/db_text.php

  Unmodified   Added   Modified   Removed
Line 100Line 100
			$sql = 'UPDATE ' . $this->table . "
SET config_value = '" . $this->db->sql_escape($value) . "'
WHERE config_name = '" . $this->db->sql_escape($key) . "'";

			$sql = 'UPDATE ' . $this->table . "
SET config_value = '" . $this->db->sql_escape($value) . "'
WHERE config_name = '" . $this->db->sql_escape($key) . "'";

			$result = $this->db->sql_query($sql);

			$this->db->sql_query($sql);





			if (!$this->db->sql_affectedrows($result))

			if (!$this->db->sql_affectedrows())

			{
$sql = 'INSERT INTO ' . $this->table . ' ' . $this->db->sql_build_array('INSERT', array(
'config_name' => (string) $key,

			{
$sql = 'INSERT INTO ' . $this->table . ' ' . $this->db->sql_build_array('INSERT', array(
'config_name' => (string) $key,