phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.solink.inc.php,1.10,1.11


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.solink.inc.php,1.10,1.11
Date: Sat, 22 Feb 2003 07:04:14 -0500

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv27746

Modified Files:
        class.solink.inc.php 
Log Message:
update

Index: class.solink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.solink.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.solink.inc.php        20 Oct 2002 15:05:50 -0000      1.10
--- class.solink.inc.php        22 Feb 2003 12:04:12 -0000      1.11
***************
*** 19,23 ****
        @abstract generalized linking between entries of phpGroupware apps - DB 
layer
        @discussion This class is to access the links in the DB
!       @discussion Links have to ends each pointing to an entry, an entry is a 
double:
        @discussion app   app-name or directory-name of an phpgw application, 
eg. 'infolog'
        @discussion id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
--- 19,23 ----
        @abstract generalized linking between entries of phpGroupware apps - DB 
layer
        @discussion This class is to access the links in the DB
!       @discussion Links have to ends each pointing two an entry, each entry 
is a double:
        @discussion app   app-name or directory-name of an phpgw application, 
eg. 'infolog'
        @discussion id    this is the id, eg. an integer or a tupple like 
'0:INBOX:1234'
***************
*** 36,40 ****
                var $user;
                var $db_name = 'phpgw_links';
!               var $debug = 0;
  
                /*!
--- 36,40 ----
                var $user;
                var $db_name = 'phpgw_links';
!               var $debug;
  
                /*!





reply via email to

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