1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11201] Change type from integer to service name

PHPBB3-11201
This commit is contained in:
Joas Schilling
2014-01-17 19:33:29 +01:00
parent 0ec6af38a9
commit aa2f0a652f
12 changed files with 210 additions and 34 deletions

View File

@@ -65,7 +65,7 @@ class lang_helper
FROM ' . PROFILE_FIELDS_LANG_TABLE . "
WHERE field_id = $field_id
AND lang_id = $lang_id
AND field_type = $field_type
AND field_type = '" . $this->db->sql_escape($field_type) . "'
ORDER BY option_id";
$result = $this->db->sql_query($sql);