koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 InterfaceCDK.pm,1.3,1.4
Date: Sat, 05 Oct 2002 02:51:21 -0700

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

Modified Files:
        InterfaceCDK.pm 
Log Message:
Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.


Index: InterfaceCDK.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/InterfaceCDK.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** InterfaceCDK.pm     14 Aug 2002 18:12:51 -0000      1.3
--- InterfaceCDK.pm     5 Oct 2002 09:51:19 -0000       1.4
***************
*** 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");  




reply via email to

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