Unwanted Print_r Removed :ps
This commit is contained in:
parent
d52795eb11
commit
ce31de8216
@ -130,7 +130,7 @@
|
|||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h4 class="header-title mt-1">Expiring Membership List</h4>
|
<h4 class="header-title mt-1">Expiring Membership List in next 30 days</h4>
|
||||||
<div class="conversation-list" data-simplebar style="max-height: 255px !important">
|
<div class="conversation-list" data-simplebar style="max-height: 255px !important">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-sm table-centered mb-0 font-14">
|
<table class="table table-sm table-centered mb-0 font-14">
|
||||||
@ -146,8 +146,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php print_r($expiring_membership);
|
<?php $tempinx = 0;
|
||||||
$tempinx = 0;
|
|
||||||
if(!empty($expiring_membership)):
|
if(!empty($expiring_membership)):
|
||||||
foreach ($expiring_membership as $e) :
|
foreach ($expiring_membership as $e) :
|
||||||
$daysincount = (int)$e['countdays'];
|
$daysincount = (int)$e['countdays'];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user