From c5fd6018702a3450469f1f3e815105123b75af7d Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 9 Dec 2008 17:03:14 +0000 Subject: 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 --- templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 '
'.shortenString($address).'
'; } - echo '
'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
\n"; + echo '
'. date($GLOBALS['shortdate'], strtotime($row['bModified'])) . $cats . $copy . $edit ."
\n"; echo ''; -- cgit v1.2.3