Fixed Typo

This commit is contained in:
int2001 2023-12-08 04:44:30 +00:00
parent 4d7076cd79
commit 7e9030eb6c
No known key found for this signature in database
GPG Key ID: DFB1C13CD2DB037B

View File

@ -2,8 +2,8 @@
<h2><?php echo $page_title; ?></h2>
<?php
if (isset ($table_headers)) {
echo $table_headers;
if (isset ($tableheaders)) {
echo $tableheaders;
} else {
echo 'No data imported. please check selected date. Must be in the past!';
}