Skip to content

Commit

Permalink
Added a fixme.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 13, 2002
1 parent 5092a83 commit 20636f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IcculusNews_daemon.pl
Expand Up @@ -1143,7 +1143,6 @@ sub generate_pword {
return(1);
};


$commands{'APPROVE'} = sub {
my $id = shift;
return(toggle_approve($id, 1));
Expand Down Expand Up @@ -1458,6 +1457,8 @@ sub generate_pword {
}
}

# !!! FIXME: Make sure user can select this queue before changing default!

my $sql = "update $dbtable_users set defaultqueue=$qid where id=$auth_uid";
if (not defined $link->do($sql)) {
report_error("Failed to set default queue: $link->errstr");
Expand Down

0 comments on commit 20636f3

Please sign in to comment.