aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-09-20 21:26:37 +0200
committerNils Adermann <naderman@naderman.de>2011-09-20 21:26:37 +0200
commit4e8e31c10b11972a073a79fbbd7865a1195ef456 (patch)
treeca0578de1e67d065004f770d3881b37482c8bae9 /phpBB/viewtopic.php
parentf31d32dd89e5d01e08f0ae09b43042377bfdfc0c (diff)
parent3e76f7468864f5e5d8c3f805745c44e422ae817c (diff)
downloadforums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.gz
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.bz2
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.tar.xz
forums-4e8e31c10b11972a073a79fbbd7865a1195ef456.zip
Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' into develop
* github-cyberalien/feature/remove-imagesets: [feature/remove-imagesets] Script for converting imageset to css [feature/remove-imagesets] Changing subsilver [feature/remove-imagesets] Changing prosilver [feature/remove-imagesets] Adjustments to php files [feature/remove-imagesets] Changing admin control panel styles module [feature/remove-imagesets] Changing database structure [feature/remove-imagesets] Removing imageset files [feature/remove-imagesets] Moving images
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 2c5b4e3fc5..a1976e169d 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -840,7 +840,7 @@ if (!empty($topic_data['poll_start']))
'POLL_OPTION_RESULT' => $poll_option['poll_option_total'],
'POLL_OPTION_PERCENT' => $option_pct_txt,
'POLL_OPTION_PCT' => round($option_pct * 100),
- 'POLL_OPTION_IMG' => $user->img('poll_center', $option_pct_txt, round($option_pct * 250)),
+ 'POLL_OPTION_WIDTH' => round($option_pct * 250),
'POLL_OPTION_VOTED' => (in_array($poll_option['poll_option_id'], $cur_voted_id)) ? true : false)
);
}