koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.7,1.6.2.8


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/C4 Bull.pm,1.6.2.7,1.6.2.8
Date: Mon, 06 Jun 2005 09:01:15 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26413/C4

Modified Files:
      Tag: rel_2_2
        Bull.pm 
Log Message:
Fixing Bug : Not on first page when viewing opac-full-serial.tmpl

Index: Bull.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Bull.pm,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -C2 -r1.6.2.7 -r1.6.2.8
*** Bull.pm     3 Jun 2005 12:53:08 -0000       1.6.2.7
--- Bull.pm     6 Jun 2005 16:00:56 -0000       1.6.2.8
***************
*** 223,231 ****
                                };
                }else {
                        $year= $subs->{'year'};
                        $startdate= $subs->{'startdate'};
                        $aqbooksellername= $subs->{'aqbooksellername'};
                        $bibliotitle= $subs->{'bibliotitle'};
-                       $first=1 if (not $year);
                        my @temp;
                        push @temp,
--- 223,231 ----
                                };
                }else {
+                       $first=1 if (not $year);
                        $year= $subs->{'year'};
                        $startdate= $subs->{'startdate'};
                        $aqbooksellername= $subs->{'aqbooksellername'};
                        $bibliotitle= $subs->{'bibliotitle'};
                        my @temp;
                        push @temp,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]