Changeset 371
- Timestamp:
- Oct 3, 2006, 9:58:20 PM (16 years ago)
- Location:
- OpenPNE/branches/ebihara/prj_pnebiz/webapp_biz/modules/biz/page
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ebihara/prj_pnebiz/webapp_biz/modules/biz/page/fh_biz_schedule_add.php
r276 r371 19 19 $target_id = $u; 20 20 $this->set('is_h', true); //判別フラグ 21 $this->set('inc_navi',fetch_inc_navi('h')); 21 22 } 22 23 … … 25 26 $target_id = $requests['target_id']; 26 27 $this->set('is_f', true); //判別フラグ 28 $this->set('inc_navi',fetch_inc_navi('f')); 27 29 } 28 30 … … 30 32 $sessid = session_id(); 31 33 32 $this->set('inc_navi',fetch_inc_navi($cmd));33 34 $target_member = db_common_c_member4c_member_id($u); 34 35 //プロフィール -
OpenPNE/branches/ebihara/prj_pnebiz/webapp_biz/modules/biz/page/fh_biz_schedule_calendar.php
r276 r371 21 21 $target_id = $u; 22 22 $this->set('is_h', true); //判別フラグ 23 $this->set('inc_navi',fetch_inc_navi('h')); 23 24 } 24 25 … … 27 28 $target_id = $requests['target_id']; 28 29 $this->set('is_f', true); //判別フラグ 30 $this->set('inc_navi',fetch_inc_navi('f')); 29 31 } 30 32 … … 37 39 } 38 40 39 $this->set('inc_navi',fetch_inc_navi("h"));40 41 // イベント 41 42 $event_list = p_h_calendar_event4c_member_id($year, $month, $target_id); -
OpenPNE/branches/ebihara/prj_pnebiz/webapp_biz/modules/biz/page/fh_biz_schedule_edit.php
r276 r371 21 21 $target_id = $u; 22 22 $this->set('is_h', true); //判別フラグ 23 $this->set('inc_navi',fetch_inc_navi('h')); 23 24 } 24 25 … … 27 28 $target_id = $requests['target_id']; 28 29 $this->set('is_f', true); //判別フラグ 29 } 30 31 $this->set('inc_navi',fetch_inc_navi("h")); 30 $this->set('inc_navi',fetch_inc_navi('f')); 31 } 32 32 33 33 //プロフィール -
OpenPNE/branches/ebihara/prj_pnebiz/webapp_biz/modules/biz/page/fh_biz_schedule_view.php
r276 r371 21 21 $target_id = $u; 22 22 $this->set('is_h', true); //判別フラグ 23 $this->set('inc_navi',fetch_inc_navi('h')); 23 24 } 24 25 … … 27 28 $target_id = $requests['target_id']; 28 29 $this->set('is_f', true); //判別フラグ 30 $this->set('inc_navi',fetch_inc_navi('f')); 29 31 } 30 31 $this->set('inc_navi',fetch_inc_navi("h"));32 32 33 33 //プロフィール
Note: See TracChangeset
for help on using the changeset viewer.