[svn r10156] remove forum backup / restore / recyle while it hasn't been developped with new forums

skala
Eric Marguin 19 years ago
parent 279631ad2f
commit 39e475b767
  1. 4
      main/coursecopy/classes/CourseBuilder.class.php
  2. 6
      main/coursecopy/classes/CourseRecycler.class.php
  3. 4
      main/coursecopy/classes/CourseRestorer.class.php

@ -1,4 +1,4 @@
<?php // $Id: CourseBuilder.class.php 10155 2006-11-23 08:53:59Z elixir_inter $
<?php // $Id: CourseBuilder.class.php 10156 2006-11-23 08:59:13Z elixir_inter $
/*
==============================================================================
Dokeos - elearning and course management software
@ -76,7 +76,7 @@ class CourseBuilder
$this->build_announcements();
$this->build_links();
$this->build_tool_intro();
$this->build_forums();
//$this->build_forums();
$this->build_documents();
$this->build_course_descriptions();
$this->build_quizzes();

@ -1,5 +1,5 @@
<?php
// $Id: CourseRecycler.class.php 10154 2006-11-23 08:48:12Z elixir_inter $
// $Id: CourseRecycler.class.php 10156 2006-11-23 08:59:13Z elixir_inter $
/*
==============================================================================
Dokeos - elearning and course management software
@ -69,8 +69,8 @@ class CourseRecycler
$this->recycle_events();
$this->recycle_announcements();
$this->recycle_documents();
$this->recycle_forums();
$this->recycle_forum_categories();
//$this->recycle_forums();
//$this->recycle_forum_categories();
$this->recycle_quizzes();
$this->recycle_learnpaths();
$this->recycle_cours_description();

@ -1,7 +1,7 @@
<?php
// $Id: CourseRestorer.class.php 10155 2006-11-23 08:53:59Z elixir_inter $
// $Id: CourseRestorer.class.php 10156 2006-11-23 08:59:13Z elixir_inter $
/*
==============================================================================
Dokeos - elearning and course management software
@ -100,7 +100,7 @@ class CourseRestorer
$this->restore_documents();
$this->restore_scorm_documents();
$this->restore_course_descriptions();
$this->restore_forums();
//$this->restore_forums();
$this->restore_quizzes(); // after restore_documents! (for correct import of sound/video)
$this->restore_learnpaths();
// Restore the item properties

Loading…
Cancel
Save