fix
This commit is contained in:
@@ -64,7 +64,7 @@ class Dash extends Admin_Controller {
|
||||
$this->table->set_template($this->template);
|
||||
$this->load->model('Practice_model');
|
||||
$query = $this->Practice_model->getPractice();
|
||||
$this->table->set_heading(array('data' => 'Process', 'style' => 'width:50px'), 'Resend Email', 'Status', 'Practice Name', 'Username', 'Email', array('data' => 'Date Added', 'style' => 'width:40px'));
|
||||
$this->table->set_heading(array('data' => 'Process', 'style' => 'width:50px'), 'Status', 'Practice Name', 'Username', 'Email', array('data' => 'Date Added', 'style' => 'width:40px'));
|
||||
$data['pending_practice'] = $this->table->generate($query);
|
||||
$this->renderAdminPage('view_pendingpractice', $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user