mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
Fixed Typo
This commit is contained in:
parent
4d7076cd79
commit
7e9030eb6c
@ -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!';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user