From 5587b0ba118b2977db8df8bae6fe63c955eda5b5 Mon Sep 17 00:00:00 2001 From: reinerj Date: Mon, 9 Aug 2004 11:43:57 +0000 Subject: [PATCH] replace the crap --- infolog/inc/class.boinfolog.inc.php | 4 ++-- infolog/inc/class.bolink.inc.php | 8 ++++---- infolog/inc/class.customfields_widget.inc.php | 4 ++-- infolog/inc/class.solink.inc.php | 8 ++++---- infolog/inc/class.uicustomfields.inc.php | 4 ++-- infolog/inc/class.uiinfolog.inc.php | 6 +++--- infolog/inc/class.uilink.inc.php | 6 +++--- infolog/inc/hook_admin.inc.php | 4 ++-- infolog/inc/hook_deleteaccount.inc.php | 4 ++-- infolog/inc/hook_home.inc.php | 4 ++-- infolog/inc/hook_preferences.inc.php | 4 ++-- infolog/templates/default/images/index.html | 2 +- infolog/templates/idsociety/images/index.html | 2 +- 13 files changed, 30 insertions(+), 30 deletions(-) diff --git a/infolog/inc/class.boinfolog.inc.php b/infolog/inc/class.boinfolog.inc.php index d47a6a6e4e..520329cbed 100644 --- a/infolog/inc/class.boinfolog.inc.php +++ b/infolog/inc/class.boinfolog.inc.php @@ -1,7 +1,7 @@ * * originaly based on todo written by Joseph Engo * * -------------------------------------------- * diff --git a/infolog/inc/class.bolink.inc.php b/infolog/inc/class.bolink.inc.php index fbbf6f6616..1de6a6c4b0 100644 --- a/infolog/inc/class.bolink.inc.php +++ b/infolog/inc/class.bolink.inc.php @@ -1,7 +1,7 @@ * * -------------------------------------------- * * 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
Links have two ends each pointing to an entry, each entry is a double:
- app app-name or directory-name of an phpgw application, eg. 'infolog'
+ app app-name or directory-name of an egw application, eg. 'infolog'
id this is the id, eg. an integer or a tupple like '0:INBOX:1234'
The BO-layer implementes 2 extra features on top of the so-layer:
1) It handles links to not already existing entries. This is used by the eTemplate link-widget, which allows to diff --git a/infolog/inc/class.customfields_widget.inc.php b/infolog/inc/class.customfields_widget.inc.php index d7252df273..cfce426f94 100644 --- a/infolog/inc/class.customfields_widget.inc.php +++ b/infolog/inc/class.customfields_widget.inc.php @@ -1,7 +1,7 @@ * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * diff --git a/infolog/inc/class.solink.inc.php b/infolog/inc/class.solink.inc.php index b09e2383e7..da32f72f84 100644 --- a/infolog/inc/class.solink.inc.php +++ b/infolog/inc/class.solink.inc.php @@ -1,7 +1,7 @@ * * -------------------------------------------- * * 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
Links have to ends each pointing two an entry, each entry is a double:
- app app-name or directory-name of an phpgw application, eg. 'infolog'
+ app app-name or directory-name of an egw application, eg. 'infolog'
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. diff --git a/infolog/inc/class.uicustomfields.inc.php b/infolog/inc/class.uicustomfields.inc.php index 3f2646b915..9a2a42e4e7 100644 --- a/infolog/inc/class.uicustomfields.inc.php +++ b/infolog/inc/class.uicustomfields.inc.php @@ -1,7 +1,7 @@ * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * diff --git a/infolog/inc/class.uiinfolog.inc.php b/infolog/inc/class.uiinfolog.inc.php index fba6e16789..47f712debf 100644 --- a/infolog/inc/class.uiinfolog.inc.php +++ b/infolog/inc/class.uiinfolog.inc.php @@ -1,7 +1,7 @@ * * originaly based on todo written by Joseph Engo * * -------------------------------------------- * @@ -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() { diff --git a/infolog/inc/class.uilink.inc.php b/infolog/inc/class.uilink.inc.php index 52bc92c1cb..60be9f59bd 100644 --- a/infolog/inc/class.uilink.inc.php +++ b/infolog/inc/class.uilink.inc.php @@ -1,7 +1,7 @@ * * -------------------------------------------- * * 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' diff --git a/infolog/inc/hook_admin.inc.php b/infolog/inc/hook_admin.inc.php index c0b6ba21cf..1bbce4020e 100644 --- a/infolog/inc/hook_admin.inc.php +++ b/infolog/inc/hook_admin.inc.php @@ -1,7 +1,7 @@ * * ------------------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * diff --git a/infolog/templates/default/images/index.html b/infolog/templates/default/images/index.html index e0ea39912a..5225b6ed71 100644 --- a/infolog/templates/default/images/index.html +++ b/infolog/templates/default/images/index.html @@ -2,7 +2,7 @@ - phpGroupWare Info Log Icons + eGroupWare Info Log Icons diff --git a/infolog/templates/idsociety/images/index.html b/infolog/templates/idsociety/images/index.html index e0ea39912a..5225b6ed71 100644 --- a/infolog/templates/idsociety/images/index.html +++ b/infolog/templates/idsociety/images/index.html @@ -2,7 +2,7 @@ - phpGroupWare Info Log Icons + eGroupWare Info Log Icons