parent
3ba723d79a
commit
7fc29119db
|
@ -147,7 +147,7 @@ sub pageterm ($) { #{{{
|
||||||
|
|
||||||
# TODO: check if > 255 char page names overflow term
|
# TODO: check if > 255 char page names overflow term
|
||||||
# length; use sha1 if so?
|
# length; use sha1 if so?
|
||||||
return "P".$page;
|
return "U".$page;
|
||||||
} #}}}
|
} #}}}
|
||||||
|
|
||||||
my $db;
|
my $db;
|
||||||
|
|
Loading…
Reference in New Issue