Changeset 20274
- Timestamp:
- 09/30/08 14:47:08 (5 years ago)
- Location:
- events/phpframework/codeigniter/trunk/system/application/controllers
- Files:
-
- 3 modified
-
account.php (modified) (1 diff)
-
public_timeline.php (modified) (1 diff)
-
replies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/codeigniter/trunk/system/application/controllers/account.php
r20268 r20274 290 290 $this->load->model('User_model'); 291 291 $data->last_comment = $this->Status_model->get_last_comment($id); 292 $data->friends_count = $this->User_model->get_friends_count($id); 292 list($data->friends_list, $data->friends_count) = 293 $this->User_model->get_friends_list($id); 293 294 $data->followers_count = $this->User_model->get_followers_count($id); 294 295 -
events/phpframework/codeigniter/trunk/system/application/controllers/public_timeline.php
r20268 r20274 31 31 $this->load->model('User_model'); 32 32 $data->last_comment = $this->Status_model->get_last_comment($id); 33 $data->friends_count = $this->User_model->get_friends_count($id); 33 list($data->friends_list, $data->friends_count) = 34 $this->User_model->get_friends_list($id); 34 35 $data->followers_count = $this->User_model->get_followers_count($id); 35 36 -
events/phpframework/codeigniter/trunk/system/application/controllers/replies.php
r20268 r20274 42 42 $this->load->model('User_model'); 43 43 $data->last_comment = $this->Status_model->get_last_comment($id); 44 $data->friends_count = $this->User_model->get_friends_count($id); 44 list($data->friends_list, $data->friends_count) = 45 $this->User_model->get_friends_list($id); 45 46 $data->followers_count = $this->User_model->get_followers_count($id); 46 47
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)