aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-21 10:14:17 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-21 10:14:17 +0000
commitc67fa836527ad60d796d7ec8bdae3b4d7915f115 (patch)
tree5e0de05b78f9ecbf9f640940aa596efb92a1eae0 /phpBB/style.php
parent1f6eea1b5bc47bba3b92ebd34d8d8d5af50c9fb0 (diff)
downloadforums-c67fa836527ad60d796d7ec8bdae3b4d7915f115.tar
forums-c67fa836527ad60d796d7ec8bdae3b4d7915f115.tar.gz
forums-c67fa836527ad60d796d7ec8bdae3b4d7915f115.tar.bz2
forums-c67fa836527ad60d796d7ec8bdae3b4d7915f115.tar.xz
forums-c67fa836527ad60d796d7ec8bdae3b4d7915f115.zip
remove some spaces
git-svn-id: file:///svn/phpbb/trunk@8902 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/style.php')
-rw-r--r--phpBB/style.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/style.php b/phpBB/style.php
index 3ee1726554..9f8d8ff4d3 100644
--- a/phpBB/style.php
+++ b/phpBB/style.php
@@ -82,7 +82,7 @@ $user_image_lang = (file_exists(PHPBB_ROOT_PATH . 'styles/' . $theme['imageset_p
$sql = 'SELECT *
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
WHERE imageset_id = ' . $theme['imageset_id'] . "
- AND image_filename <> ''
+ AND image_filename <> ''
AND image_lang IN ('" . $db->sql_escape($user_image_lang) . "', '')";
$result = $db->sql_query($sql, 3600);
@@ -222,7 +222,7 @@ if (isset($matches[0]) && sizeof($matches[0]))
case 'SRC':
$replace[] = $imgs[$img]['src'];
break;
-
+
case 'WIDTH':
$replace[] = $imgs[$img]['width'];
break;