$function = implode(", ", $function);
- //$last = array_pop($trace);
- //$function = $last["function"];
-
$this->callstack[$value][$function] += (float)$duration;
}
}
// add zrl's to public images
-// $photo_pattern = "/\[url=(.*?)\/photos\/(.*?)\/image\/(.*?)\]\[img(.*?)\]h(.*?)\[\/img\]\[\/url\]/is";
-// if(preg_match($photo_pattern,$item['body'])) {
-// $photo_replace = '[url=' . zrl('$1' . '/photos/' . '$2' . '/image/' . '$3' ,true) . '][img' . '$4' . ']h' . '$5' . '[/img][/url]';
-// $item['body'] = bb_tag_preg_replace($photo_pattern, $photo_replace, 'url', $item['body']);
-// }
+ $photo_pattern = "/\[url=(.*?)\/photos\/(.*?)\/image\/(.*?)\]\[img(.*?)\]h(.*?)\[\/img\]\[\/url\]/is";
+ if(preg_match($photo_pattern,$item['body'])) {
+ $photo_replace = '[url=' . zrl('$1' . '/photos/' . '$2' . '/image/' . '$3' ,true) . '][img' . '$4' . ']h' . '$5' . '[/img][/url]';
+ $item['body'] = bb_tag_preg_replace($photo_pattern, $photo_replace, 'url', $item['body']);
+ }
// add sparkle links to appropriate permalinks
$item['hashtags'] = $hashtags;
$item['mentions'] = $mentions;
- $test = $item["rendered-html"];
-
// Update the cached values if there is no "zrl=..." on the links
$update = (!local_user() and !remote_user() and ($item["uid"] == 0));
put_item_in_cache($item, $update);
$s = $item["rendered-html"];
- //if ($test != $s)
- // $s .= "<hr>*********************************<hr>".$test;
-
$prep_arr = array('item' => $item, 'html' => $s, 'preview' => $preview);
call_hooks('prepare_body', $prep_arr);
$s = $prep_arr['html'];