query the last updated timestamp only if output format is HTML

This commit is contained in:
marc tobias
2016-03-02 01:22:19 +01:00
committed by Sarah Hoffmann
parent 5b4c7b7f7e
commit 83ce6e12e7
4 changed files with 27 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
</div>
</div>
<div id="last-updated" class="col-xs-4 text-center">
<?php if ($sDataDate){ ?>
<?php if (isset($sDataDate)){ ?>
Data last updated:
<br>
<?php echo $sDataDate; ?>