getBookmarks(0, NULL, $userservice->getCurrentUserId(), $tag); // Set up the XML file and output all the posts. header('Content-Type: text/xml'); echo '\r\n"; echo '\r\n"; foreach($bookmarks['bookmarks'] as $row) { if (is_null($row['bDescription']) || (trim($row['bDescription']) == '')) $description = ''; else $description = 'extended="'. filter($row['bDescription'], 'xml') .'" '; $taglist = ''; if (count($row['tags']) > 0) { foreach($row['tags'] as $tag) $taglist .= convertTag($tag) .' '; $taglist = substr($taglist, 0, -1); } else { $taglist = 'system:unfiled'; } echo "\t\r\n"; } echo ''; ?>ch' size='10' name='q' value=''/>
path: root/ca2/848
AgeCommit message (Expand)Author
2024-07-12updateArquivo Archive
2024-07-05updateArquivo Archive
2023-09-19updateArquivo Archive
2018-07-26updateArquivo Archive
2018-06-09updateArquivo Archive
2018-06-09updateArquivo Publico de Memoria Coletiva