mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Oops; the magic partition is named 'despotaccess'.
This commit is contained in:
parent
ca5d664aeb
commit
46624c2b36
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user