common_start_element -> common_element_start

darcs-hash:20080709214821-84dde-88aee48526993768ede96dc9cb245b65472d8dbe.gz
This commit is contained in:
Evan Prodromou 2008-07-09 17:48:21 -04:00
parent 0cc89cbbae
commit 2d3ba299b8

View File

@ -97,7 +97,7 @@ class PeoplesearchAction extends Action {
} }
function show_profile($profile, $terms) { function show_profile($profile, $terms) {
common_start_element('li', array('class' => 'profile_single', common_element_start('li', array('class' => 'profile_single',
'id' => 'profile-' . $profile->id)); 'id' => 'profile-' . $profile->id));
$avatar = $profile->getAvatar(AVATAR_STREAM_SIZE); $avatar = $profile->getAvatar(AVATAR_STREAM_SIZE);
common_element_start('a', array('href' => $profile->profileurl)); common_element_start('a', array('href' => $profile->profileurl));