*** empty log message ***

This commit is contained in:
wnz_gh05t 2005-02-17 17:29:07 +00:00
parent 7bcbb5d291
commit ff995066bc
3 changed files with 4 additions and 3 deletions

View File

@ -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 *

View File

@ -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 *

View File

@ -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();
}
}