controllers/opiniarbo.php
changeset 7 c7ff1a59ed84
parent 6 8fc19b7bd2dc
equal deleted inserted replaced
6:8fc19b7bd2dc 7:c7ff1a59ed84
    30         // Checking for a ==FALSE, not entering when ==0.
    30         // Checking for a ==FALSE, not entering when ==0.
    31         if (!is_bool($this->input->post('other_user')))
    31         if (!is_bool($this->input->post('other_user')))
    32         {
    32         {
    33             $this->userid2 = $this->input->post('other_user');
    33             $this->userid2 = $this->input->post('other_user');
    34         }
    34         }
    35         echo $this->userid2;
       
    36         $this->load->view('page_head');
    35         $this->load->view('page_head');
    37         $this->_show_users();
    36         $this->_show_users();
    38         if ($this->userid == 0)
    37         if ($this->userid == 0)
    39         {
    38         {
    40             // No user logged in
    39             // No user logged in