diff --git a/lib/WebGUI/Operation/Root.pm b/lib/WebGUI/Operation/Root.pm
index bdd027890..fe92cfdd3 100644
--- a/lib/WebGUI/Operation/Root.pm
+++ b/lib/WebGUI/Operation/Root.pm
@@ -40,7 +40,7 @@ sub www_listRoots {
my ($output, $p, $sth, %data, @row, $i);
$output = helpIcon("root manage");
$output .= '
'.WebGUI::International::get(408).'
';
- $sth = WebGUI::SQL->read("select * from page where title<>'Reserved' and parentId=0 order by title");
+ $sth = WebGUI::SQL->read("select * from page where title<>'Reserved' and parentId='0' order by title");
while (%data = $sth->hash) {
$row[$i] = '| '
.deleteIcon('op=deletePage',$data{urlizedTitle})
|