/[webpac2]/trunk/conf/ffcasopisi/tables-kohacas.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/conf/ffcasopisi/tables-kohacas.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1321 - (hide annotations)
Thu Nov 12 14:04:14 2009 UTC (14 years, 7 months ago) by mglavica
File MIME type: text/plain
File size: 550 byte(s)
local

1 mglavica 1321 my $upisani;
2 mglavica 1278
3 mglavica 1321 $upisani =
4 mglavica 1278 lookup(
5     sub{ rec('D') },
6     'kohacas','upisani',
7     sub{ rec('D') },
8     sub{ rec('999','c') },
9     );
10    
11 mglavica 1321 #if ( $upisani ) {
12 mglavica 1278
13     row( 'kohacas',
14     biblionumber => rec('999','c'),
15     naslov =>
16     join_with(' ',
17     rec('245','a'),
18     rec('245','b'),
19     rec('245','c'),
20     ),
21 mglavica 1321 issn =>
22     join_with(' ; ',
23     rec('020','a'),
24     ),
25     sig852j =>
26     join_with(' ; ',
27     rec('852','j'),
28     ),
29 mglavica 1278 sig942d => rec('942','d'),
30     itemtype => rec('942','c'),
31     ldr => rec('ldr'),
32     f008 => rec('008'),
33     items =>
34     join_with(' ; ',
35     rec('952','9')
36     )
37     );
38 mglavica 1321 #}

  ViewVC Help
Powered by ViewVC 1.1.26