- Timestamp:
- Mar 19, 2007, 3:22:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/takanashi/2_7_5/webapp/modules/ktai/page/f_home.php
r1856 r2160 1 1 <?php 2 2 /** 3 * @copyright 2005-200 7OpenPNE Project3 * @copyright 2005-2006 OpenPNE Project 4 4 * @license http://www.php.net/license/3_01.txt PHP License 3.01 5 5 */ … … 53 53 $this->set("c_commu_list", k_p_h_home_c_commu_list_lastupdate4c_member_id($target_c_member_id, 5)); 54 54 55 //共通コミュニティ 56 $this->set('common_commu_count', count(db_common_commu_common_commu_id4c_member_id($target_c_member_id,$u))); 57 55 58 //ターゲットと自分との関係 56 59 $this->set("relation", db_friend_relationship4two_members($u, $target_c_member_id));
Note: See TracChangeset
for help on using the changeset viewer.