[Koha-cvs] CVS: koha/C4 InterfaceCDK.pm,1.3,1.3.2.1

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 08:13:14 CEST 2002


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

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


Index: InterfaceCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/InterfaceCDK.pm,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** InterfaceCDK.pm	14 Aug 2002 18:12:51 -0000	1.3
--- InterfaceCDK.pm	5 Oct 2002 06:13:11 -0000	1.3.2.1
***************
*** 20,23 ****
--- 20,25 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # FIXME - This module doesn't compile!
+ 
  use C4::Format;
  use strict;
***************
*** 422,425 ****
--- 424,428 ----
    my ($input,$env,$dbh,$funcmenu,$entryBox,$loanlength,
      $scroll1,$scroll2,$borrower,$amountowing,$odues)= @_;
+   # FIXME - $key_tab is undefined
    if ($input eq $key_tab) {    
      actfmenu ($env,$dbh,$funcmenu,$entryBox,$loanlength,$scroll1,
***************
*** 583,586 ****
--- 586,590 ----
    if ($env->{"bcard"} ne "") {
  #     error_msg($env,"hi there");  
+     # FIXME - $lastval is undefined
      if ($input eq $lastval) {
  #        error_msg($env,"its a ctrl-r");  





More information about the Koha-cvs mailing list