diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 19:15:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 19:15:03 -0400 |
commit | 86f02018cda02921e3980c3a2d3b0cdf2e39fcc6 (patch) | |
tree | 8a08baa072caa19e7abf03e0dc44010c3994b303 | |
parent | 9d3b7e3d7a89808133fc7aced4c63c578276af77 (diff) |
some debug code to find a problem with terms
darcs-hash:20080709231503-84dde-e9a00ec6b5c038c8ea7fab62a61f3d9de2dbe2c8.gz
-rw-r--r-- | actions/peoplesearch.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index fce0cae8c..ba5278b99 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -69,6 +69,7 @@ class PeoplesearchAction extends SearchAction { } function show_profile($profile, $terms) { + common_debug(print_r($terms, TRUE), __FILE__); common_element_start('li', array('class' => 'profile_single', 'id' => 'profile-' . $profile->id)); $avatar = $profile->getAvatar(AVATAR_STREAM_SIZE); |