Commit e16df5a8 by Jansa Jose

Merge branch 'jansa'

parents 7e935ca0 f3cf6bf9
......@@ -5997,7 +5997,7 @@ print_r(date('H:i',$ms));exit();*/
$oldmask = umask(0);
mkdir("./../assets/uploads/medicalrecord/booking".$data['booking_id'], 0777);
umask($oldmask);
umask($oldmask);
}
//print_r($_FILES['photo']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment