8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
13 |
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES |
12 |
INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES |
15 |
('AuthorLinkSortOrder','asc','asc|dsc|az|za','Specify the default sort order for author links','Choice') |
14 |
('AuthorLinkSortOrder','asc','asc|dsc|az|za','Specify the default sort order for author links','Choice') |