From ff995066bc8ba889692a97cb525427411bfd4456 Mon Sep 17 00:00:00 2001 From: wnz_gh05t Date: Thu, 17 Feb 2005 17:29:07 +0000 Subject: [PATCH] *** empty log message *** --- resources/inc/class.bo_resources.inc.php | 2 +- resources/inc/class.so_resources.inc.php | 1 + resources/inc/class.ui_resources.inc.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/inc/class.bo_resources.inc.php b/resources/inc/class.bo_resources.inc.php index 4c10b55e18..f6b60953a0 100755 --- a/resources/inc/class.bo_resources.inc.php +++ b/resources/inc/class.bo_resources.inc.php @@ -2,7 +2,7 @@ /**************************************************************************\ * eGroupWare - resources - Resource Management System * * http://www.egroupware.org * - * Written by Lukas Weiss [ichLukas@gmx.net] and * + * Written by Lukas Weiss [ichLukas@gmx.de] and * * Cornelius Weiss [nelius@gmx.net] * * ----------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * diff --git a/resources/inc/class.so_resources.inc.php b/resources/inc/class.so_resources.inc.php index 2c104042cd..6e645155fa 100755 --- a/resources/inc/class.so_resources.inc.php +++ b/resources/inc/class.so_resources.inc.php @@ -3,6 +3,7 @@ * eGroupWare - resources - Resource Management System * * http://www.egroupware.org * * Written by Cornelius Weiss [nelius@gmx.net] * + * and Lukas Weiss [ichlukas@gmx.de] * * ----------------------------------------------- * * 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 * diff --git a/resources/inc/class.ui_resources.inc.php b/resources/inc/class.ui_resources.inc.php index 021b719db8..67970d6b0c 100755 --- a/resources/inc/class.ui_resources.inc.php +++ b/resources/inc/class.ui_resources.inc.php @@ -2,7 +2,7 @@ /**************************************************************************\ * eGroupWare - resources - Resource Management System * * http://www.egroupware.org * - * Written by Lukas Weiss [ichLukas@gmx.net] and * + * Written by Lukas Weiss [ichLukas@gmx.de] and * * Cornelius Weiss [nelius@gmx.net] * * ----------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * @@ -160,6 +160,6 @@ class ui_resources { // Wollen sie Dieses bla bla wirklich löschen --> ja (Wie bekommt man mit eTemplate ein Javascript Dialog???) $this->bo->delete($id); - return $this->show(); + return $this->index(); } }