Skip to content

Commit

Permalink
#991: Sekarang bisa menambah program bantuan kembali
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieridwan committed May 5, 2018
1 parent 57b2b49 commit 89d8a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donjo-app/models/Program_bantuan_model.php
Expand Up @@ -552,7 +552,7 @@ public function set_program(){
'sasaran' => $this->input->post('cid'),
'nama' => fixSQL($this->input->post('nama')),
'ndesc' => fixSQL($this->input->post('ndesc')),
'userid' => $this->input->post('userid'),
'userid' => $_SESSION['user'],
'sdate' => date("Y-m-d",strtotime($this->input->post('sdate'))),
'edate' => date("Y-m-d",strtotime($this->input->post('edate')))
);
Expand Down

0 comments on commit 89d8a23

Please sign in to comment.