Commit 19ac6446 by Jansa Jose

pat cht

parent b0b7ffd6
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
<div class="ip_bio_messages"> <div class="ip_bio_messages">
<h5><?php echo $this->encrypt->decode($elm['pat_name']);?></h5><div class="ip_message_time"><?php echo change_time_to_local($elm['time'])?></div> <h5><?php echo $this->encrypt->decode($elm['pat_name']);?></h5><div class="ip_message_time"><?php echo change_time_to_local($elm['time'])?></div>
<div class="clear"></div> <div class="clear"></div>
<p><?php echo $this->encrypt->decode($elm['msg']);?></p> <p><?php echo $elm['msg'];?></p>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</a> </a>
......
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