1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

damn it damn it damn it ... damn it again

git-svn-id: file:///svn/phpbb/trunk@1801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-01-04 17:52:59 +00:00
parent cb60413683
commit 3e5778094c
2 changed files with 4 additions and 2 deletions

View File

@ -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 )

View File

@ -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 )