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:
parent
cb60413683
commit
3e5778094c
@ -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 )
|
||||
|
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user