phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.soinvoice.php, 1.1.1.10


From: nomail
Subject: [Phpgroupware-cvs] property/class.soinvoice.php, 1.1.1.10
Date: Sun, 23 May 2004 15:23:54 -0000

Update of /property
Modified Files:
        Branch: 
          class.soinvoice.php

date: 2004/05/05 08:58:53;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/class.soinvoice.php
diff -u property/class.soinvoice.php:1.1.1.9 
property/class.soinvoice.php:1.1.1.10
--- property/class.soinvoice.php:1.1.1.9        Sun May  2 12:47:35 2004
+++ property/class.soinvoice.php        Wed May  5 08:58:53 2004
@@ -162,7 +162,7 @@
                        $sql2 = "SELECT DISTINCT bilagsnr FROM  $table  
$filtermethod $querymethod";
 
 //echo $sql;
-                       $this->db2->query($sql2);
+                       $dbresult2 = $GLOBALS['phpgw']->db->Execute($sql2);
                        $this->total_records = $dbresult2->_numOfRows;
 
                        $maxmatchs = 15;
@@ -357,7 +357,7 @@
 
                        $dbresult2 = $GLOBALS['phpgw']->db->Execute($sql);
                        $this->total_records = $dbresult2->_numOfRows;
-                       $this->db->query($sql . $ordermethod,$start);
+                       $dbresult = $GLOBALS['phpgw']->db->Execute($sql . 
$ordermethod,$start);
 
                        $i = 0;
 




reply via email to

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