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 "";
?>/c95/330?h=git-annex'>logtreecommitdiff
|
Age | Commit message (Expand) | Author |
2024-07-12 | update | Arquivo Archive |
2024-07-05 | update | Arquivo Archive |
2023-09-19 | update | Arquivo Archive |
2019-07-24 | update | Arquivo Archive |
2019-05-30 | update | Arquivo Archive |
2019-05-29 | update | Arquivo Publico de Memoria Coletiva |