The link is not only permanent but also public
authorJoey Schulze <joey@infodrom.org>
Sat, 18 Nov 2006 09:03:10 +0000 (09:03 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 18 Nov 2006 09:03:10 +0000 (09:03 +0000)
src/Infodrom/logbook/update.wml

index 67053f7..510c6ba 100644 (file)
@@ -56,7 +56,7 @@
 
     printf ('<p><a href="edit.php3?oid=%d">edit</a>', $oid);
     if ($row['public'] > 0) {
-      printf (' &mdash; <a href="http://www.infodrom.org/~joey/log/?%s">permanent link</a>',
+      printf (' &mdash; <a href="http://www.infodrom.org/~joey/log/?%s">public link</a>',
           $row['id']);
     }
     echo "</p>";