This commit is contained in:
2020-02-08 12:37:09 -05:00
parent 59c2015ca3
commit 892c9c97c4
3 changed files with 23 additions and 10 deletions
+16 -1
View File
@@ -136,7 +136,22 @@ class Member extends Member_Controller {
public function addNotecard() {
$data = array();
// $this->renderMemberPages('view_mycalendar', $data);
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
$data['title'] = trim($this->input->post('title'));
$data['detail'] = trim($this->input->post('detail'));
$data['member_id'] = $_SESSION["member_id"];
$data['session'] = $_SESSION["sessionid"];
// exit();
}
// $this->renderMemberPages('view_mycalendar', $data);
}
public function mycalendar() {