Skip to content

Commit

Permalink
Add ic/crms and ic/man to the list of rights codes for possible New Y…
Browse files Browse the repository at this point in the history
…ear rollover. (#90)

* Add ic/crms and ic/man to the list of rights codes for possible New Year rollover.
  • Loading branch information
moseshll authored Dec 2, 2022
1 parent f7d5e13 commit 23ea6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/bib_newyear.pl
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ END
$year = $crms->GetTheYear() unless $year;

$ENV{BIB_RIGHTS_DATE} = $year if defined $year;

my $sql = 'SELECT r.namespace,r.id,a.name,rs.name FROM rights_current r'.
' INNER JOIN attributes a ON r.attr=a.id'.
' INNER JOIN reasons rs ON r.reason=rs.id'.
' WHERE CONCAT(a.name,"/",rs.name)'.
' IN ("ic-world/con","ic/cdpp","ic/ipma","ic/ren","op/ipma",
' IN ("ic-world/con","ic/cdpp","ic/crms","ic/ipma","ic/man","ic/ren","op/ipma",
"pd/cdpp","pd/crms","pd/ncn","pd/ren","pdus/cdpp",
"pdus/crms","pdus/gfv","pdus/ncn","pdus/ren","und/crms",
"und/nfi","und/ren")'.
Expand Down

0 comments on commit 23ea6fb

Please sign in to comment.