Commit 351edda3 by Tobin

dc

parent 52123e41
......@@ -1010,4 +1010,5 @@ class Webservices extends CI_Controller {
}
?>
?>
\ No newline at end of file
<?php
class Webservice_model extends CI_Model {
function __construct() {
parent::__construct();
date_default_timezone_set('Asia/Kolkata');
}
class Webservice_model extends CI_Model {
function __construct() {
parent::__construct();
date_default_timezone_set('Asia/Kolkata');
}
/*****************************************************************************************/
/****************************************Mobile API's*************************************/
......@@ -286,4 +282,5 @@
return $respArr;
}
}
?>
?>
\ No newline at end of file
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