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
95fb19ef
Commit
95fb19ef
authored
Jul 31, 2018
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temp
parent
8f3dd291
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
Webservice_model.php
admin/application/models/Webservice_model.php
+1
-1
patient_dash.php
application/views/patient_dash.php
+1
-1
patient_editprofile.php
application/views/patient_editprofile.php
+1
-1
223_download.jpeg
assets/uploads/profilepic/patient/223_download.jpeg
+0
-0
No files found.
admin/application/models/Webservice_model.php
View file @
95fb19ef
...
@@ -525,7 +525,7 @@ class Webservice_model extends CI_Model {
...
@@ -525,7 +525,7 @@ class Webservice_model extends CI_Model {
$this
->
db
->
where
(
'id'
,
$query
[
'id'
]);
$this
->
db
->
where
(
'id'
,
$query
[
'id'
]);
$querydate
=
$this
->
db
->
get
(
'tbl_doctors'
)
->
row
();
$querydate
=
$this
->
db
->
get
(
'tbl_doctors'
)
->
row
();
$query_email
=
$query
;
$query_email
=
$query
;
$query_email
[
'dob'
]
=
$query_date
->
dob
;
$query_email
[
'dob'
]
=
$query_date
->
dob
_new
;
$query_email
[
'cep'
]
=
decrypt_data
(
$query_email
[
'zip_code'
]);
$query_email
[
'cep'
]
=
decrypt_data
(
$query_email
[
'zip_code'
]);
$query_email
[
'complement'
]
=
decrypt_data
(
$query_email
[
'landmark'
]);
$query_email
[
'complement'
]
=
decrypt_data
(
$query_email
[
'landmark'
]);
$query_email
[
'about'
]
=
decrypt_data
(
$query_email
[
'biodata'
]);
$query_email
[
'about'
]
=
decrypt_data
(
$query_email
[
'biodata'
]);
...
...
application/views/patient_dash.php
View file @
95fb19ef
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</li>
</li>
<li>
<li>
<div
class=
"child1"
>
<?php
load_language
(
'complement'
);
?>
:
</div>
<div
class=
"child1"
>
<?php
load_language
(
'complement'
);
?>
:
</div>
<div
class=
"child2"
>
<?php
echo
decrypt_data
(
$patient_data
[
'pt_complement'
])
?>
</div>
<div
class=
"child2"
>
<?php
echo
decrypt_data
(
$patient_data
[
'pt_complement'
])
;
?>
</div>
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</li>
</li>
...
...
application/views/patient_editprofile.php
View file @
95fb19ef
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</div>
</div>
<div
class=
"ip_edit_row"
>
<div
class=
"ip_edit_row"
>
<div
class=
"ip_bank_detail_frame"
>
<div
class=
"ip_bank_detail_frame"
>
<input
class=
"ip_bank_input"
disabled
placeholder=
"
<?php
load_language
(
'email'
);
?>
"
value=
"
<?php
echo
decrypt_data
(
$patient_data
[
'pt_email'
])
;
?>
"
>
<input
class=
"ip_bank_input"
disabled
placeholder=
"
<?php
load_language
(
'email'
);
?>
"
value=
"
<?php
echo
$patient_data
[
'pt_email'
]
;
?>
"
>
</div>
</div>
</div>
</div>
<div
class=
"ip_edit_row"
>
<div
class=
"ip_edit_row"
>
...
...
assets/uploads/profilepic/patient/223_download.jpeg
0 → 100644
View file @
95fb19ef
10.8 KB
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