-- bookmarkservice.php.bak 2007-10-12 22:54:16.000000000 +0200
+++ bookmarkservice.php 2007-10-12 22:59:34.000000000 +0200
@@ -235,6 +235,9 @@
$privacy = ' AND B.bStatus = 0';
}

+ //tagmindr - only display tags tagged with remind:yyyy-mm-dd
+ if($tags=="tagmindr")
+ $tags.="+remind:".date("Y-m-d");
// Set up the tags, if need be.
if (!is_array($tags) && !is_null($tags)) {
$tags = explode('+', trim($tags));

