phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.14


From: nomail
Subject: [Phpgroupware-cvs] property/class.uilocation.php, 1.1.1.14
Date: Sun, 23 May 2004 05:46:09 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uilocation.php
diff -u property/class.uilocation.php:1.1.1.13 
property/class.uilocation.php:1.1.1.14
--- property/class.uilocation.php:1.1.1.13      Thu Apr 29 19:56:35 2004
+++ property/class.uilocation.php       Fri Apr 30 09:52:25 2004
@@ -657,7 +657,7 @@
                        $j++;
 
 
-                       $contacts                       = 
CreateObject('phpgwapi_contacts');
+                       $contacts                       = 
CreateObject($this->currentapp.'_contacts');
 
                        $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
                        $sep = '/';
@@ -1010,7 +1010,7 @@
                        $j++;
 
 
-                       $contacts                       = 
CreateObject('phpgwapi_contacts');
+                       $contacts                       = 
CreateObject($this->currentapp.'_contacts');
 
                        $dateformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat'];
                        $sep = '/';




reply via email to

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