temp_905_2
This commit is contained in:
@@ -106,8 +106,8 @@ class Temp extends HD_Controller
|
||||
}
|
||||
$re = $this->mdOwners->get(['o_id' => $value['id']]);
|
||||
if ($re) {
|
||||
$data['u_time'] = $re['u_time'];
|
||||
$this->mdOwners->update($data, ['id' => $re['id']]);
|
||||
//$data['u_time'] = $re['u_time'];
|
||||
// $this->mdOwners->update($data, ['id' => $re['id']]);
|
||||
} else {
|
||||
$data['c_time'] = time();
|
||||
$data['u_time'] = '0000-00-00 00:00:00';
|
||||
|
||||
Reference in New Issue
Block a user