--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/1a96a0f2-9448-49b5-8852-1fbb53d48b0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
function triggerCreateLeaveRequest(CI_Controller $controller){ //ids of types to auto approve when requested $auto_approve = array(11); if (isset($_POST['type']) && isset($_POST['status'])) { if ( in_array($controller->input->post('type'),$auto_approve) && $controller->input->post('status') == 2) { $_POST['status'] = 3; } }}--
You received this message because you are subscribed to the Google Groups "jorani" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jorani+unsubscribe@googlegroups.com.
To post to this group, send email to jor...@googlegroups.com.
Visit this group at https://groups.google.com/group/jorani.
To view this discussion on the web visit https://groups.google.com/d/msgid/jorani/ee4857ad-48b0-4e96-b52a-54f6275ee2a0%40googlegroups.com.