fix
This commit is contained in:
@@ -72,7 +72,6 @@ class Practice extends Admin_Controller {
|
||||
public function resendEmail() {
|
||||
|
||||
$data['pending_practice_id'] = trim($this->input->get('pending_practice_id'));
|
||||
|
||||
echo "Sending " . $data['pending_practice_id'];
|
||||
|
||||
// return false;
|
||||
@@ -87,7 +86,7 @@ class Practice extends Admin_Controller {
|
||||
$practice_id = $data['practice_id'] = trim($this->input->get('practice_id'));
|
||||
$this->load->model('Practice_model');
|
||||
$query = $this->Practice_model->loadPracticeUsers($practice_id);
|
||||
$this->table->set_heading( array('data' => 'Edit', 'style' => 'width:50px'), 'Firstname', 'Lastname','Username','Phone','Location','Last Login','Email', array('data' => 'ACTION', 'style' => 'width:40px'), array('data' => 'Select', 'style' => 'width:40px'));
|
||||
$this->table->set_heading(array('data' => 'Edit', 'style' => 'width:50px'), 'Status', 'Firstname', 'Lastname', 'Username', 'Phone', 'Email', 'Added', 'Last Login');
|
||||
$data['practice_users'] = $this->table->generate($query);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user