koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha moredetail.pl,1.9.2.1,1.9.2.2


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha moredetail.pl,1.9.2.1,1.9.2.2
Date: Fri, 04 Oct 2002 23:20:56 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv2735

Modified Files:
      Tag: arensb-context
        moredetail.pl 
Log Message:
Removed some obsolete commented-out code.


Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -C2 -r1.9.2.1 -r1.9.2.2
*** moredetail.pl       4 Oct 2002 02:52:02 -0000       1.9.2.1
--- moredetail.pl       5 Oct 2002 06:20:54 -0000       1.9.2.2
***************
*** 29,53 ****
  my $query=new CGI;
  
- 
- #my $language='french';
- #
- #
- #my %configfile;
- #open (KC, "/etc/koha.conf");
- #while (<KC>) {
- # chomp;
- # (next) if (/^\s*#/);
- # if (/(.*)\s*=\s*(.*)/) {
- #   my $variable=$1;
- #   my $value=$2;
- #   # Clean up white space at beginning and end
- #   $variable=~s/^\s*//g;
- #   $variable=~s/\s*$//g;
- #   $value=~s/^\s*//g;
- #   $value=~s/\s*$//g;
- #   $configfile{$variable}=$value;
- # }
- #}
- 
  my $includes = C4::Context->config('includes') ||
        "/usr/local/www/hdl/htdocs/includes";
--- 29,32 ----
***************
*** 109,112 ****
--- 88,92 ----
      $item->{'booksellerinvoicenumber'} = $order->{'booksellerinvoicenumber'};
  
+     # FIXME - This should be "==", not "=", right?
      if ($item->{'date_due'} = 'Available'){
        $item->{'issue'}="<b>Available</b><br>";




reply via email to

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