phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.contact_org.inc.php, 1.1.2.10


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.contact_org.inc.php, 1.1.2.10
Date: Mon, 21 Jun 2004 09:49:45 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.contact_org.inc.php

date: 2004/06/21 07:49:45;  author: powerstat;  state: Exp;  lines: +2 -4

Log Message:
partly phpdoc update for contacts backend - still not finished.
=====================================================================
Index: phpgwapi/inc/class.contact_org.inc.php
diff -u phpgwapi/inc/class.contact_org.inc.php:1.1.2.9 
phpgwapi/inc/class.contact_org.inc.php:1.1.2.10
--- phpgwapi/inc/class.contact_org.inc.php:1.1.2.9      Tue Feb 10 13:51:17 2004
+++ phpgwapi/inc/class.contact_org.inc.php      Mon Jun 21 07:49:45 2004
@@ -107,7 +107,7 @@
                                 'people_org'   => array('select'       => 
'unlink_org'),
                                 'organizations'=> array('select'       => 
'relink_org_person'),
                                 'orgs_local'   => array('select'       => 
'relink_org_person'));
-               
+
                function contact_org ($ali = '', $field = '', $criteria =       
'')
                {
                        $this->_constructor('phpgw_contact_org', 'contact_org');
@@ -123,13 +123,11 @@
                        $this->set_ilinks('org_id', 
'phpgwapi.contact_org_person','my_org_id', PHPGW_SQL_LAZY_KEY);
                }
 
-               // From people_org, when we want people
                function unlink_org()
                {
                        unset($this->ilink['phpgwapi.contact_central']);
                }
 
-               // Run when ask organizations
                function relink_org_person()
                {
                        unset($this->ilink['phpgwapi.contact_org_person']);




reply via email to

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