Browse Source

upd

station_14109
altob.rd 8 years ago
parent
commit
9d12631c3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/Pks_model.php

+ 1
- 1
models/Pks_model.php View File

@@ -215,7 +215,7 @@ class Pks_model extends CI_Model
{
$new_pks_data = array( 'station_no' => $parms['sno'], 'pksno' => $parms['pksno'] );
$this->db->insert('pks', $new_pks_data);
trigger_error(__FUNCTION__ . '..'. print_r($new_pks_data, true));
trigger_error(__FUNCTION__ . '://..'. print_r($new_pks_data, true));
return true;
}
return false;


Loading…
Cancel
Save