phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.bolookup.inc.php, 1.1.1.2


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.bolookup.inc.php, 1.1.1.2
Date: Sun, 30 May 2004 21:10:31 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.bolookup.inc.php

date: 2004/05/30 19:10:31;  author: sigurdne;  state: Exp;  lines: +10 -1

Log Message:
no message
=====================================================================
Index: property/inc/class.bolookup.inc.php
diff -u property/inc/class.bolookup.inc.php:1.1.1.1 
property/inc/class.bolookup.inc.php:1.1.1.2
--- property/inc/class.bolookup.inc.php:1.1.1.1 Fri Apr 23 13:13:56 2004
+++ property/inc/class.bolookup.inc.php Sun May 30 19:10:31 2004
@@ -134,7 +134,16 @@
 
                function read_addressbook()
                {
-                       $vendor = $this->so->read_addressbook(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+                       $contact = $this->so->read_addressbook(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
+                                                                               
        'filter' => $this->filter,'cat_id' => $this->cat_id));
+                       $this->total_records = $this->so->total_records;
+
+                       return $contact;
+               }
+
+               function read_vendor()
+               {
+                       $vendor = $this->so->read_vendor(array('start' => 
$this->start,'query' => $this->query,'sort' => $this->sort,'order' => 
$this->order,
                                                                                
        'filter' => $this->filter,'cat_id' => $this->cat_id));
                        $this->total_records = $this->so->total_records;
 




reply via email to

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