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 | |
| 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')
| -rw-r--r-- | phpBB/templates/subSilver/privmsgs_read_body.tpl | 3 | ||||
| -rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/privmsgs_read_body.tpl b/phpBB/templates/subSilver/privmsgs_read_body.tpl index 772688072b..86d9479345 100644 --- a/phpBB/templates/subSilver/privmsgs_read_body.tpl +++ b/phpBB/templates/subSilver/privmsgs_read_body.tpl @@ -5,9 +5,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 ) 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 ) |
