[Koha-cvs] CVS: koha/admin aqbudget.pl,1.5.2.1,1.5.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:16:32 CEST 2002


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

Modified Files:
      Tag: arensb-context
	aqbudget.pl 
Log Message:
Added a whole mess of FIXME comments.


Index: aqbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/aqbudget.pl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** aqbudget.pl	4 Oct 2002 02:33:49 -0000	1.5.2.1
--- aqbudget.pl	5 Oct 2002 06:16:30 -0000	1.5.2.2
***************
*** 260,264 ****
  		$results->[$i]{'budgetamount'},
  		mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
! 		mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete',''));
  	}
  	print mktableft;
--- 260,264 ----
  		$results->[$i]{'budgetamount'},
  		mklink("$script_name?op=add_form&bookfundid=".$results->[$i]{'bookfundid'},'Edit'),
! 		mklink("$script_name?op=delete_confirm&bookfundid=".$results->[$i]{'bookfundid'},'Delete',''));	# FIXME - Too many arguments. Drop the 3d one?
  	}
  	print mktableft;





More information about the Koha-cvs mailing list