openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c600a403e8c5feeb055d5f9976541d3b6ab44e11
parent cb6ce6697ceafc82aea9b06fc17a2a9a701b658d
Author: dankert <devnull@localhost>
Date:   Thu,  1 Jun 2006 22:59:27 +0200

Projektwartung: Suche nach verlorenen Dateien.

Diffstat:
actionClasses/ProjectAction.class.php | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/actionClasses/ProjectAction.class.php b/actionClasses/ProjectAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.9 2006-06-01 20:07:01 dankert +// Revision 1.10 2006-06-01 20:59:27 dankert +// Projektwartung: Suche nach verlorenen Dateien. +// +// Revision 1.9 2006/06/01 20:07:01 dankert // Neue Methode "maintenance" // // Revision 1.8 2006/01/23 23:10:46 dankert @@ -183,7 +186,6 @@ class ProjectAction extends Action function maintenance() { $this->project->checkLostFiles(); - $this->project->checkLoops(); $this->addNotice('project',$this->project->name,'DONE'); }