multi-user fixes
This commit is contained in:
parent
adad23a0ea
commit
43adabcd20
3 changed files with 34 additions and 31 deletions
|
@ -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}\"";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue