aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_jabber.php2
-rw-r--r--phpBB/includes/session.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php
index e58b85db19..04f664139f 100644
--- a/phpBB/includes/functions_jabber.php
+++ b/phpBB/includes/functions_jabber.php
@@ -14,7 +14,7 @@
*
* @version class.jabber2.php 1306 2007-06-21
* @copyright 2006 Flyspray.org
-* @author: Florian Schmitz (floele)
+* @author Florian Schmitz (floele)
*
* Modified by Acyd Burn
*
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index d1b70d41e5..a029388101 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -1398,7 +1398,7 @@ class user extends session
$sql = 'SELECT image_name, image_filename, image_lang, image_height, image_width
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
WHERE imageset_id = ' . $this->theme['imageset_id'] . "
- AND image_lang IN('" . $db->sql_escape($this->img_lang) . "', '')";
+ AND image_lang IN ('" . $db->sql_escape($this->img_lang) . "', '')";
$result = $db->sql_query($sql, 3600);
$localised_images = false;