phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc/export Ecolink,1.9,1.10 GABNr,1.1,1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc/export Ecolink,1.9,1.10 GABNr,1.1,1.2 Kemner_kvittering,1.3,1.4
Date: Wed, 21 May 2003 16:09:53 -0400

Update of /cvsroot/phpgroupware/property/inc/export
In directory subversions:/tmp/cvs-serv27275/inc/export

Modified Files:
        Ecolink GABNr Kemner_kvittering 
Log Message:
no message

Index: Ecolink
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/export/Ecolink,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Ecolink     7 May 2003 09:02:11 -0000       1.9
--- Ecolink     21 May 2003 20:09:51 -0000      1.10
***************
*** 33,37 ****
                        for ($i=0;$i<count($periode);$i++)
                        {
!                               $message[$i]['msg'] = 
$this->OverforPeriode($batchid,$periode[$i],$download);
                        }
  
--- 33,37 ----
                        for ($i=0;$i<count($periode);$i++)
                        {
!                               $receipt['message'][]= array('msg' => 
$this->OverforPeriode($batchid,$periode[$i],$download));
                        }
  
***************
*** 42,46 ****
                        }
  
!                       return $message;
                }
                
--- 42,46 ----
                        }
  
!                       return $receipt;
                }
                

Index: GABNr
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/export/GABNr,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** GABNr       7 May 2003 09:02:11 -0000       1.1
--- GABNr       21 May 2003 20:09:51 -0000      1.2
***************
*** 31,37 ****
                        $batchid = $this->soXport->next_batchid();
                
!                       $message[]['msg'] = 
$this->OverforGAB($batchid,$download);
  
!                       return $message;
                }               
                
--- 31,37 ----
                        $batchid = $this->soXport->next_batchid();
                
!                       $receipt['message'][]= array('msg' => 
$this->OverforGAB($batchid,$download));
  
!                       return $receipt;
                }               
                

Index: Kemner_kvittering
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/export/Kemner_kvittering,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Kemner_kvittering   7 May 2003 09:02:11 -0000       1.3
--- Kemner_kvittering   21 May 2003 20:09:51 -0000      1.4
***************
*** 36,44 ****
                        for ($i=0;$i<count($periode);$i++)
                        {
!                               $message[$i]['msg'] = 
$this->OverforPeriode($batchid,$periode[$i],$download);
                        }
  
  
!                       return $message;
                }               
  
--- 36,44 ----
                        for ($i=0;$i<count($periode);$i++)
                        {
!                               $receipt['message'][]= array('msg' => 
$this->OverforPeriode($batchid,$periode[$i],$download));
                        }
  
  
!                       return $receipt;
                }               
  





reply via email to

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