phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
no message
=====================================================================
Index: property/inc/class.sowo_hour.inc.php
diff -u property/inc/class.sowo_hour.inc.php:1.1.1.1 
property/inc/class.sowo_hour.inc.php:1.1.1.2
--- property/inc/class.sowo_hour.inc.php:1.1.1.1        Fri Apr 23 13:13:57 2004
+++ property/inc/class.sowo_hour.inc.php        Sun May 30 19:10:31 2004
@@ -639,13 +639,13 @@
                        $this->db->next_record();
                        $vendor_id      = $this->db->f('vendor_id');
 
-                       $this->db->query("UPDATE phpgw_addressbook set email 
='$to_email' where  id= '$vendor_id'",__LINE__,__FILE__);
+                       $this->db->query("UPDATE fm_vendor set email 
='$to_email' where  id= '$vendor_id'",__LINE__,__FILE__);
                }
 
                function get_extra_email($vendor_id)
                {
                        $vendor_id=(int)$vendor_id;
-                       $this->db->query("select contact_value from 
phpgw_addressbook_extra where contact_id='$vendor_id' and contact_value like 
'address@hidden'",__LINE__,__FILE__);
+                       $this->db->query("select contact_value from 
fm_vendor_extra where contact_id='$vendor_id' and contact_value like 
'address@hidden'",__LINE__,__FILE__);
                        while ($this->db->next_record())
                        {
                                $email_list[] = array('email' => 
$this->db->f('contact_value'));




reply via email to

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