use "U" term

this seems to be the thing to use for a unique id
master
Joey Hess 2008-06-03 23:56:45 -04:00
parent 3ba723d79a
commit 7fc29119db
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ sub pageterm ($) { #{{{
# TODO: check if > 255 char page names overflow term
# length; use sha1 if so?
return "P".$page;
return "U".$page;
} #}}}
my $db;