koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/authorities authorities.pl,1.7,1.8


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/authorities authorities.pl,1.7,1.8
Date: Thu, 02 Dec 2004 08:38:26 -0800

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

Modified Files:
        authorities.pl 
Log Message:
after an authority is added/modified, go to this fresh authority (instead of 
authority-home)

Index: authorities.pl
===================================================================
RCS file: /cvsroot/koha/koha/authorities/authorities.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** authorities.pl      23 Sep 2004 16:12:35 -0000      1.7
--- authorities.pl      2 Dec 2004 16:38:23 -0000       1.8
***************
*** 340,344 ****
                ($authid) = 
AUTHaddauthority($dbh,$record,$authid,$authtypecode);
        }
!       print $input->redirect("authorities-home.pl");
  
#------------------------------------------------------------------------------------------------------------------------------
  } elsif ($op eq "addfield") {
--- 340,344 ----
                ($authid) = 
AUTHaddauthority($dbh,$record,$authid,$authtypecode);
        }
!       print $input->redirect("detail.pl?authid=$authid");
  
#------------------------------------------------------------------------------------------------------------------------------
  } elsif ($op eq "addfield") {




reply via email to

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