Commit 62854362 by Jansa Jose

med red

parent 566e2238
......@@ -257,7 +257,7 @@
<img src="<?php echo base_url();echo $doctor_data['dr_pic']?>">
</div>
<div class="ip_profile_tab_name">
<h3>Dr. <?php echo $this->encrypt->decode($doctor_data['dr_name']);?></h3>
<h3>Dr. <?php echo $doctor_data['dr_name'];?></h3>
<!-- <form id="ip_user_rating_form">
<div id="ip_selected_rating" class="ip_selected_rating floatLeft">5.0</div>
<span class="ip_user_rating floatLeft">
......@@ -272,7 +272,7 @@
</div>
<div class="ip_profile_tab_name_detail">
<p><strong>
<?php if(!empty($record_data['patient_review'])) {echo $record_data['patient_review']; } ?>
<?php if(!empty($record_data['patient_review'])) {echo decrypt_data($record_data['patient_review']); } ?>
</strong></p>
</div>
<div class="clear"></div>
......
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