Oops; the magic partition is named 'despotaccess'.

This commit is contained in:
terry%netscape.com 1998-12-15 21:44:16 +00:00
parent ca5d664aeb
commit 46624c2b36

View File

@ -229,7 +229,7 @@ while (@reprow = $repquery->fetchrow()) {
$query = Query("select id,name,description,newsgroups,doclinks from partitions where repositoryid = '$repid' order by name");
while (@row = $query->fetchrow()) {
($id,$name,$desc,$newsgroups,$doclinks) = (@row);
if ($name eq "default" || $name eq "despotdaemon") {
if ($name eq "default" || $name eq "despotaccess") {
next;
}
my $fullname = $name;