aboutsummaryrefslogtreecommitdiff
path: root/templates/bookmarks.tpl.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-12-09 17:03:14 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-12-09 17:03:14 +0000
commitc5fd6018702a3450469f1f3e815105123b75af7d (patch)
treeca8449a57592de290194dcc7b2515d41f61a5237 /templates/bookmarks.tpl.php
parentd6889066c0d285bf59e89b484800443304585b68 (diff)
downloadsemanticscuttle-c5fd6018702a3450469f1f3e815105123b75af7d.tar.gz
semanticscuttle-c5fd6018702a3450469f1f3e815105123b75af7d.tar.bz2
Bug fix: correct date problems and now use bModifed field instead of former bDatetime one (in bookmarks table)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@200 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r--templates/bookmarks.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index efec240..70e4c64 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -197,7 +197,7 @@ if(isset($currenttag) && $currenttag!= '') {
echo '<div class="address">'.shortenString($address).'</div>';
}
- echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";
+ echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."</div>\n";
echo '</div>';