more GUID stuff.

This commit is contained in:
Leendert Bottelberghs 2004-08-18 14:13:42 +00:00
parent 4d5bcfd519
commit e36bf51124

View file

@ -286,7 +286,7 @@ Returns a boolean indicating whether this post is a reply or the root post in a
sub isReply {
my ($self) = @_;
if ($self->get("parentId") > 0) {
if ($self->get("parentId") ne "0") {
return 1;
} else {
return 0;