Unwanted Print_r Removed :ps

This commit is contained in:
VE10-Sanjeev 2024-03-28 11:02:33 +05:30
parent d52795eb11
commit ce31de8216

View File

@ -130,7 +130,7 @@
<div class="col-lg-12">
<div class="card">
<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="table-responsive">
<table class="table table-sm table-centered mb-0 font-14">
@ -146,8 +146,7 @@
</tr>
</thead>
<tbody>
<?php print_r($expiring_membership);
$tempinx = 0;
<?php $tempinx = 0;
if(!empty($expiring_membership)):
foreach ($expiring_membership as $e) :
$daysincount = (int)$e['countdays'];