getBookmarks(0, NULL, $userservice->getCurrentUserId(), $tag); // Set up the XML file and output all the tags. header('Content-Type: text/xml'); echo '\r\n"; echo '\r\n"; $lastdate = NULL; foreach($bookmarks['bookmarks'] as $row) { $thisdate = gmdate('Y-m-d', strtotime($row['bDatetime'])); if ($thisdate != $lastdate && $lastdate != NULL) { echo "\t\r\n"; $count = 1; } else { $count = $count + 1; } $lastdate = $thisdate; } echo ""; ?>uivo/tree/79b/6be?h=git-annex'>treecommitdiff
path: root/79b/6be
diff options
context:
space:
mode:
Diffstat (limited to '79b/6be')
-rw-r--r--79b/6be/SHA256E-s1094--3c08f94304a56b253adf25dc97e9727df195799faa5b1f8098e5063b8aa0df5e.html.log3
1 files changed, 3 insertions, 0 deletions