phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.sowo_hour.php, 1.1.1.6
Date: Sun, 23 May 2004 12:40:38 -0000

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

date: 2004/04/30 09:52:25;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/class.sowo_hour.php
diff -u property/class.sowo_hour.php:1.1.1.5 
property/class.sowo_hour.php:1.1.1.6
--- property/class.sowo_hour.php:1.1.1.5        Thu Apr 29 07:10:49 2004
+++ property/class.sowo_hour.php        Fri Apr 30 09:52:25 2004
@@ -646,13 +646,13 @@
 
                        $vendor_id      = $dbresult->fields['vendor_id'];
 
-                       $GLOBALS['phpgw']->db->Execute("UPDATE 
phpgw_addressbook set email ='$to_email' where  id= '$vendor_id'");
+                       $GLOBALS['phpgw']->db->Execute("UPDATE fm_addressbook 
set email ='$to_email' where  id= '$vendor_id'");
                }
 
                function get_extra_email($vendor_id)
                {
                        $vendor_id=(int)$vendor_id;
-                       $dbresult = $GLOBALS['phpgw']->db->Execute("SELECT 
contact_value from phpgw_addressbook_extra where contact_id='$vendor_id' and 
contact_value like 'address@hidden'");
+                       $dbresult = $GLOBALS['phpgw']->db->Execute("SELECT 
contact_value from fm_addressbook_extra where contact_id='$vendor_id' and 
contact_value like 'address@hidden'");
                        while (!$dbresult->EOF)
                        {
                                $email_list[] = array('email' => 
$dbresult->fields['contact_value']);




reply via email to

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