]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
some debug code to find a problem with terms
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:15:03 +0000 (19:15 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:15:03 +0000 (19:15 -0400)
darcs-hash:20080709231503-84dde-e9a00ec6b5c038c8ea7fab62a61f3d9de2dbe2c8.gz

actions/peoplesearch.php

index fce0cae8c86af82d74d4e5ed480390b3b0720888..ba5278b99b939dc43e837146da2ac2a83e9cc00b 100644 (file)
@@ -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);