Commit 58a93e51 by Tobin

Merge branch 'master' into 'dev_production'

dc See merge request !8
parents 5a3261ca 351edda3
......@@ -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