Pārlūkot izejas kodu

[svn r12733] Added survey invitation to the list of items ignored in the case of select-by-item backups

Yannick Warnier 17 gadi atpakaļ
vecāks
revīzija
2535cd2222
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      main/coursecopy/classes/CourseSelectForm.class.php

+ 2 - 1
main/coursecopy/classes/CourseSelectForm.class.php

@@ -1,5 +1,5 @@
 <?php
-// $Id: CourseSelectForm.class.php 12645 2007-06-18 20:46:16Z elixir_inter $
+// $Id: CourseSelectForm.class.php 12733 2007-07-11 00:21:31Z yannoo $
 /*
 ============================================================================== 
 	Dokeos - elearning and course management software
@@ -98,6 +98,7 @@ class CourseSelectForm
 					case RESOURCE_FORUMTOPIC :
 					case RESOURCE_QUIZQUESTION:
 					case RESOURCE_SURVEYQUESTION:
+					case RESOURCE_SURVEYINVITATION:
 						break;
 					default :
 						echo ' <img id="img_'.$type.'" src="../img/1.gif" onclick="javascript:exp('."'$type'".');" >';