Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IPok_Web
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPok
IPok_Web
Commits
10583c32
Commit
10583c32
authored
Nov 29, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove tbl_crone
parent
5d448eeb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Webservice.php
admin/application/controllers/Webservice.php
+1
-1
Doctor.php
application/controllers/Doctor.php
+2
-1
No files found.
admin/application/controllers/Webservice.php
View file @
10583c32
...
...
@@ -2471,7 +2471,7 @@ class Webservice extends CI_Controller {
}
public
function
cancel_booking_resend_cron
(
$type
=
null
){
$this
->
db
->
insert
(
'tbl_crone'
,
array
(
"msg"
=>
"inserted Successfully"
,
"insert_date"
=>
date
(
'Y-m-d h:i'
)));
//
$this->db->insert('tbl_crone',array("msg"=>"inserted Successfully","insert_date"=>date('Y-m-d h:i')));
if
(
isset
(
$type
)
&&
!
empty
(
$type
)){
$result
=
$this
->
db
->
query
(
'SELECT * FROM `tbl_waiting_list_id_crone` WHERE booking_id ='
.
$type
)
->
result_array
();
}
else
{
...
...
application/controllers/Doctor.php
View file @
10583c32
...
...
@@ -122,8 +122,9 @@ public function index()
$template
[
'day_appointment'
]
=
$day_appointment
;
$template
[
'dash_view'
]
=
$dash_view
;
$template
[
'attendence'
]
=
$attendence
;
$template
[
'attendence'
]
=
$attendence
;
//
$template['attendence'] = $attendence;
$template
[
'notifications'
]
=
$notifications
;
//echo "<pre>"; print_r($template);exit();
$this
->
load
->
view
(
'template/template'
,
$template
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment