mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
update
This commit is contained in:
parent
241a0bbf09
commit
e3dfaa3ccd
@ -18,7 +18,7 @@
|
|||||||
@author ralfbecker
|
@author ralfbecker
|
||||||
@abstract generalized linking between entries of phpGroupware apps - DB layer
|
@abstract generalized linking between entries of phpGroupware apps - DB layer
|
||||||
@discussion This class is to access the links in the DB
|
@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 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 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'
|
@discussion id this is the id, eg. an integer or a tupple like '0:INBOX:1234'
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
var $db;
|
var $db;
|
||||||
var $user;
|
var $user;
|
||||||
var $db_name = 'phpgw_links';
|
var $db_name = 'phpgw_links';
|
||||||
var $debug = 0;
|
var $debug;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@function solink
|
@function solink
|
||||||
|
Loading…
x
Reference in New Issue
Block a user