Changeset 1908
- Timestamp:
- Feb 23, 2007, 3:40:10 PM (16 years ago)
- Location:
- OpenPNE/branches/2_4/webapp_biz/modules
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_4/webapp_biz/modules/pc/page/h_home.php
r406 r1908 96 96 97 97 /// 週間カレンダー 98 if (DISPLAY_SCHEDULE_HOME) { 99 //pne用 100 // $this->set('calendar', $this->get_calendar($u, $requests['w'])); 101 102 //--- biz ここから 103 $this->set('calendar_biz', biz_getScheduleWeek($u, $requests['w'], 'h', true, true, true, $c_member)); 104 //--- biz ここまで 105 106 107 } 98 //--- biz ここから 99 $this->set('calendar_biz', biz_getScheduleWeek($u, $requests['w'], 'h', true, true, true, $c_member)); 100 //--- biz ここまで 108 101 109 102 // inc_entry_point
Note: See TracChangeset
for help on using the changeset viewer.