diff options
| author | wjames5 <will@tekimaki.com> | 2008-04-21 19:47:00 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-04-21 19:47:00 +0000 |
| commit | 9f5c68b948a7cc193d4b3eb62b3fe40c697f095d (patch) | |
| tree | 514f62218efd519e93b9ef0a3b8addf5158b7c13 /templates | |
| parent | bf95b9247623607ecf83faae636429f1b0e9c4c9 (diff) | |
| download | boards-9f5c68b948a7cc193d4b3eb62b3fe40c697f095d.tar.gz boards-9f5c68b948a7cc193d4b3eb62b3fe40c697f095d.tar.bz2 boards-9f5c68b948a7cc193d4b3eb62b3fe40c697f095d.zip | |
remove gContent assignment seems unused and only causes trouble since assigned item is not an object
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/post_display.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 9e93f99..74bdb1a 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -1,6 +1,4 @@ {strip} -{assign var='gContent' value=$comment} - <div class="body" id="comment_{$comment.comment_id|escape}"> {if $gBitUser->getPreference('boards_show_avatars','y') == 'y'} |
