fav issue fix
This commit is contained in:
parent
5a3610e296
commit
a594372819
@ -51,6 +51,7 @@ if(!function_exists('verifyHashedPassword'))
|
||||
{
|
||||
$CI = &get_instance();
|
||||
$CI->load->database();
|
||||
$user = (int)$user;
|
||||
$CI->db->reconnect();
|
||||
$CI->db->where('Created_BY',$user);
|
||||
$CI->db->where('Status',1);
|
||||
|
||||
@ -257,20 +257,6 @@ display: none;
|
||||
</ul>
|
||||
</li><!--FavouriteAdded active treeview -->
|
||||
<!-- FavouriteAdded Ends -->
|
||||
|
||||
<!-- Favourite Starts -->
|
||||
|
||||
<li class="treeview">
|
||||
<a href="<?php echo base_url(); ?>user/Favourite">
|
||||
<i class="fa fa-star-half-o"></i><span>Favourite</span>
|
||||
<span class="pull-right-container">
|
||||
|
||||
<!-- <i class="fa fa-angle-right pull-right"></i> -->
|
||||
</span>
|
||||
</a>
|
||||
</li><!--Favourite active treeview -->
|
||||
<!-- Favourite Ends -->
|
||||
|
||||
|
||||
<!-- Dashboard Starts -->
|
||||
|
||||
|
||||
@ -143,6 +143,7 @@ $ReqDate = $dt->format('d-m-Y'); echo $ReqDate ?> </td>
|
||||
|
||||
|
||||
</script>
|
||||
<script src="https://cdn.datatables.net/plug-ins/1.10.16/sorting/datetime-moment.js"></script>
|
||||
|
||||
<script>
|
||||
$(function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user