diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-04 17:52:59 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-04 17:52:59 +0000 |
commit | 3e5778094c593922b766ec4090d2eaaa9ccfeaff (patch) | |
tree | 8085c12949944671a6f132fdf3632f6fc72cb630 /phpBB/templates/subSilver/viewtopic_body.tpl | |
parent | cb604136832e0ed6edfce445aff26e7a5252d3d4 (diff) | |
download | forums-3e5778094c593922b766ec4090d2eaaa9ccfeaff.tar forums-3e5778094c593922b766ec4090d2eaaa9ccfeaff.tar.gz forums-3e5778094c593922b766ec4090d2eaaa9ccfeaff.tar.bz2 forums-3e5778094c593922b766ec4090d2eaaa9ccfeaff.tar.xz forums-3e5778094c593922b766ec4090d2eaaa9ccfeaff.zip |
damn it damn it damn it ... damn it again
git-svn-id: file:///svn/phpbb/trunk@1801 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index a4fa4901e1..162a53dcbb 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -6,9 +6,10 @@ function create_icq_subsilver(icq_user_addr, icq_status_img, icq_add_img) { - while( !icq_add_img_src.src ) + if( !icq_add_img_src.width ) { icq_add_img_src.src = icq_add_img; + while( !icq_add_img_src.width ); } if( icq_user_addr.length && icq_user_addr.indexOf(" ") == -1 ) |