Changeset 2153
- Timestamp:
- Mar 18, 2007, 9:22:01 PM (16 years ago)
- Location:
- OpenPNE/branches/develop/2_7_5/webapp/modules/pc/page
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/develop/2_7_5/webapp/modules/pc/page/f_home.php
r1856 r2153 81 81 $this->set('days_birthday', db_member_count_days_birthday4c_member_id($target_c_member_id)); 82 82 83 // inc_entry_point84 $this->set('inc_entry_point', fetch_inc_entry_point_f_home($this->getView()));85 83 //PNEPOINT 86 84 $point = db_point_get_point($target_c_member_id); … … 89 87 //rank 90 88 $this->set("rank", db_point_get_rank4point($point)); 89 90 // inc_entry_point 91 $this->set('inc_entry_point', fetch_inc_entry_point_f_home($this->getView())); 91 92 92 93 // --- -
OpenPNE/branches/develop/2_7_5/webapp/modules/pc/page/h_prof.php
r1856 r2153 42 42 $this->set('days_birthday', db_member_count_days_birthday4c_member_id($target_c_member_id)); 43 43 44 // inc_entry_point45 $this->set('inc_entry_point', fetch_inc_entry_point_f_home($this->getView()));46 47 44 //PNEPOINT 48 45 $point = db_point_get_point($u); … … 52 49 $this->set("rank", db_point_get_rank4point($point)); 53 50 51 // inc_entry_point 52 $this->set('inc_entry_point', fetch_inc_entry_point_f_home($this->getView())); 53 54 54 return 'success'; 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.