replace the crap

This commit is contained in:
reinerj 2004-08-09 11:43:57 +00:00
parent 1e781c1033
commit 5587b0ba11
13 changed files with 30 additions and 30 deletions

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> *
* -------------------------------------------- *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog Links *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog Links *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
@ -20,10 +20,10 @@
@class bolink
@author ralfbecker
@copyright GPL - GNU General Public License
@abstract generalized linking between entries of phpGroupware apps - BO layer
@abstract generalized linking between entries of eGroupware apps - BO layer
@discussion This class is the BO-layer of the links<br>
Links have two ends each pointing to an entry, each entry is a double:<br>
app app-name or directory-name of an phpgw application, eg. 'infolog'<br>
app app-name or directory-name of an egw application, eg. 'infolog'<br>
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'<br>
The BO-layer implementes 2 extra features on top of the so-layer:<br>
1) It handles links to not already existing entries. This is used by the eTemplate link-widget, which allows to

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog - eTemplate Widget to show the custom fields *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog - eTemplate Widget to show the custom fields *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog Links *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog Links *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
@ -17,10 +17,10 @@
@class solink
@author ralfbecker
@copyright GPL - GNU General Public License
@abstract generalized linking between entries of phpGroupware apps - DB layer
@abstract generalized linking between entries of eGroupware apps - DB layer
@discussion This class is to access the links in the DB<br>
Links have to ends each pointing two an entry, each entry is a double:<br>
app app-name or directory-name of an phpgw application, eg. 'infolog'<br>
app app-name or directory-name of an egw application, eg. 'infolog'<br>
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'
@note All vars passed to this class are run either through addslashes or intval
to prevent query insertion and to get pgSql 7.3 compatibility.

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog: Custom fields, typ and status *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog: Custom fields, typ and status *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> *
* -------------------------------------------- *
@ -655,7 +655,7 @@
/*!
@function writeLangFile
@abstract writes langfile with all templates and messages registered here
@discussion called via [write Langfile] in the etemplate-editor or as http://domain/phpgroupware/index.php?menuaction=infolog.uiinfolog.writeLangFile
@discussion called via [write Langfile] in the etemplate-editor or as http://domain/egroupware/index.php?menuaction=infolog.uiinfolog.writeLangFile
*/
function writeLangFile()
{

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog Links *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog Links *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
@ -17,7 +17,7 @@
/*!
@class uilink
@author ralfbecker
@abstract generalized linking between entries of phpGroupware apps - HTML UI layer
@abstract generalized linking between entries of eGroupware apps - HTML UI layer
@discussion This class is the UI to show/modify the links
@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'

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - Info Log administration *
* http://www.phpgroupware.org *
* eGroupWare - Info Log administration *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare *
* http://www.phpgroupware.org *
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - Info Log administration *
* http://www.phpgroupware.org *
* eGroupWare - Info Log administration *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *

View File

@ -1,7 +1,7 @@
<?php
/**************************************************************************\
* phpGroupWare - InfoLog Preferences *
* http://www.phpgroupware.org *
* eGroupWare - InfoLog Preferences *
* http://www.egroupware.org *
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
* ------------------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>phpGroupWare Info Log Icons</title>
<title>eGroupWare Info Log Icons</title>
</head>
<body bgcolor=Silver>

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>phpGroupWare Info Log Icons</title>
<title>eGroupWare Info Log Icons</title>
</head>
<body bgcolor=Silver>