|
@@ -173,7 +173,7 @@ |
|
|
block discarded – undo |
|
173
|
173
|
if($accountinfo['type']==1){ |
|
174
|
174
|
$update_array = array('parent_id' => $accountinfo['id'], 'accountid' => 0, 'assign_date' => '0000-00-00 00:00:00', "charge_upto" => "0000-00-00 00:00:00","last_modified_date"=>gmdate("Y-m-d H:i:s"),'call_type'=>'-1','extensions'=>''); |
|
175
|
175
|
}else{ |
|
176
|
|
- $update_array = array('parent_id' => 0, 'accountid' => 0, 'assign_date' => '0000-00-00 00:00:00', "charge_upto" => "0000-00-00 00:00:00","last_modified_date"=>gmdate("Y-m-d H:i:s"),'call_type'=>'-1','extensions'=>''); |
|
|
176
|
+ $update_array = array('parent_id' => 0, 'accountid' => 0, 'assign_date' => '0000-00-00 00:00:00', "charge_upto" => "0000-00-00 00:00:00","last_modified_date"=>gmdate("Y-m-d H:i:s"),'call_type'=>'-1','extensions'=>''); |
|
177
|
177
|
} |
|
178
|
178
|
$where = array('id' => $id); |
|
179
|
179
|
$this->db->where($where); |
Please login to merge, or discard this patch.