[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.52.2.12,1.52.2.13

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Sep 9 10:20:00 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	addbiblio.pl 
Log Message:
Undoing Logs

Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.52.2.12
retrieving revision 1.52.2.13
diff -C2 -r1.52.2.12 -r1.52.2.13
*** addbiblio.pl	24 Aug 2005 10:44:53 -0000	1.52.2.12
--- addbiblio.pl	9 Sep 2005 08:19:57 -0000	1.52.2.13
***************
*** 22,26 ****
  use strict;
  use CGI;
- use C4::Log;
  use C4::Auth;
  use C4::Output;
--- 22,25 ----
***************
*** 443,450 ****
  			NEWmodbiblioframework($dbh,$bibid,$frameworkcode);
  			NEWmodbiblio($dbh,$record,$bibid,$frameworkcode);
- 			logaction($loggedinuser,"acqui.simple","modify",$bibid,"record : ".$record->as_formatted) if (logstatus());
  		} else {
  			($bibid,$oldbibnum,$oldbibitemnum) = NEWnewbiblio($dbh,$record,$frameworkcode);
- 			logaction($loggedinuser,"acqui.simple","add",$bibid,"record : ".$record->as_formatted) if (logstatus());
  		}
  	# now, redirect to additem page
--- 442,447 ----





More information about the Koha-cvs mailing list