Removed Old Logging function under edit vendor

This commit is contained in:
johnnyq
2022-01-02 00:56:28 -05:00
parent ebb37c0f06
commit b2cef73dad
2 changed files with 1 additions and 3 deletions

View File

@@ -190,6 +190,7 @@ $sql_recent_logs = mysqli_query($mysqli,"SELECT * FROM logs
<tr>
<td><i class="fa fa-fw text-secondary fa-<?php echo $log_icon; ?>"></i> <?php echo $log_type; ?></td>
<td><?php echo $log_description; ?></td>
<td><i class="fa fa-fw fa-clock text-secondary"></i> <?php echo $log_created_at; ?></td>
</tr>
<?php