1
1
Fork 0

multi-user fixes

This commit is contained in:
Mike Macgirvin 2010-08-19 17:23:13 -07:00
commit 43adabcd20
3 changed files with 34 additions and 31 deletions

View file

@ -16,7 +16,6 @@ function update_profile_content(&$a) {
// The only ones we need to fetch are those for new page additions, which we'll discover
// on the client side and then swap the image back.
$text = profile_content($a,true);
$pattern = "/<img([^>]*) src=\"([^\"]*)\"/";
$replace = "<img\${1} dst=\"\${2}\"";