summaryrefslogtreecommitdiff
path: root/modules/info/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-21 13:56:52 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-21 13:56:52 -0700
commitdd31b1d39f9a342afc82cc7e446e36454a882cf9 (patch)
treec7e1e4f4e9ce747c275da3143ae735c6a2b8b97a /modules/info/views
parented6dfbc0e8eabf7662d128fd4241a92fa3a140b8 (diff)
Revert "* Move the captured field into the exif module where it is created and populated."
This reverts commit a00619b812393cf73d1c188af7961af820d36185.
Diffstat (limited to 'modules/info/views')
-rw-r--r--modules/info/views/info_block.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php
index 1142bbd4..d8f36984 100644
--- a/modules/info/views/info_block.html.php
+++ b/modules/info/views/info_block.html.php
@@ -16,7 +16,7 @@
<?= html::clean($item->name) ?>
</li>
<? endif ?>
- <? if (module::is_active("exif") && $item->captured): ?>
+ <? if ($item->captured): ?>
<li>
<strong class="caption"><?= t("Captured:") ?></strong>
<?= date("M j, Y H:i:s", $item->captured)?>