phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/export GABNr,1.5


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc/export GABNr,1.5
Date: Mon, 14 Feb 2005 11:39:00 +0100

Update of property/inc/export

Modified Files:
     Branch: MAIN
            GABNr lines: +2 -3

Log Message:
no message

====================================================
Index: property/inc/export/GABNr
diff -u property/inc/export/GABNr:1.4 property/inc/export/GABNr:1.5
--- property/inc/export/GABNr:1.4       Mon Feb  7 14:58:56 2005
+++ property/inc/export/GABNr   Mon Feb 14 10:39:06 2005
@@ -93,7 +93,6 @@
                                $gab_list[] = array
                                (
                                        'gab_id' => $this->db->f('gab_id'),
-                                       'address' => $this->db->f('address'),
                                        'location_code' => $this->db->f('loc1')
                                        );
                        }
@@ -112,11 +111,11 @@

                        }

-                       $buffer = 'GABNr'. '    ' .'Objekt'."\r\n";
+                       $buffer = 'GABNr'. '    ' .'Objekt'. '  ' 
.'Objektnavn'."\r\n";

                        for ($k=0;$k<$gab_count;$k++)
                        {
-                               $buffer .=substr($gab_list[$k]['gab_id'],-20). 
'        ' .$gab_list[$k]['loc1_name']."\r\n";
+                               $buffer .=substr($gab_list[$k]['gab_id'],-20). 
'        ' .$gab_list[$k]['location_code']. '    ' 
.$gab_list[$k]['loc1_name']."\r\n";

                                $antall = $antall + 1;
                        }






reply via email to

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