koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.52.2.1,1.52.2.2


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.52.2.1,1.52.2.2
Date: Mon, 14 Feb 2005 09:26:32 -0800

Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21402/acqui.simple

Modified Files:
      Tag: rel_2_2
        addbiblio.pl 
Log Message:
fixing bug when searching a plugin location

Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.52.2.1
retrieving revision 1.52.2.2
diff -C2 -r1.52.2.1 -r1.52.2.2
*** addbiblio.pl        3 Feb 2005 16:26:21 -0000       1.52.2.1
--- addbiblio.pl        14 Feb 2005 17:26:24 -0000      1.52.2.2
***************
*** 182,187 ****
                # opening plugin. Just check wether we are on a developper 
computer on a production one
                # (the cgidir differs)
!               my $cgidir = C4::Context->intranetdir ."/cgi-bin";
!               unless (opendir(DIR, "$cgidir/value_builder")) {
                        $cgidir = C4::Context->intranetdir."/value_builder";
                } 
--- 182,187 ----
                # opening plugin. Just check wether we are on a developper 
computer on a production one
                # (the cgidir differs)
!               my $cgidir = C4::Context->intranetdir ."/cgi-bin/value_builder";
!               unless (opendir(DIR, "$cgidir")) {
                        $cgidir = C4::Context->intranetdir."/value_builder";
                } 




reply via email to

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