1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

- a bunch of updates, most of them bbcode related

git-svn-id: file:///svn/phpbb/trunk@5023 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-11-06 14:22:04 +00:00
parent 836771cfb8
commit 541a049725
13 changed files with 137 additions and 89 deletions

View File

@@ -915,7 +915,7 @@ function avatar_remote($data, &$error)
return false;
}
return array(AVATAR_REMOTE, $remotelink, $width, $height);
return array(AVATAR_REMOTE, $data['remotelink'], $width, $height);
}
function avatar_upload($data, &$error)