|
Lines 37-43
$dbh->{RaiseError} = 1;
Link Here
|
| 37 |
# we don't need to bother about permissions for this test |
37 |
# we don't need to bother about permissions for this test |
| 38 |
my $flags = { |
38 |
my $flags = { |
| 39 |
superlibrarian => 1, acquisition => 0, |
39 |
superlibrarian => 1, acquisition => 0, |
| 40 |
borrow => 0, borrowers => 0, |
40 |
borrowers => 0, |
| 41 |
catalogue => 1, circulate => 0, |
41 |
catalogue => 1, circulate => 0, |
| 42 |
coursereserves => 0, editauthorities => 0, |
42 |
coursereserves => 0, editauthorities => 0, |
| 43 |
editcatalogue => 0, management => 0, |
43 |
editcatalogue => 0, management => 0, |
| 44 |
- |
|
|