fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user