Pārlūkot izejas kodu

[svn r17149] Minor - remove deprecated comment

Yannick Warnier 16 gadi atpakaļ
vecāks
revīzija
857919af56
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      main/survey/survey_invite.php

+ 0 - 1
main/survey/survey_invite.php

@@ -45,7 +45,6 @@ require_once (api_get_path(LIBRARY_PATH)."course.lib.php");
 require_once (api_get_path(LIBRARY_PATH).'formvalidator/FormValidator.class.php');
 require_once (api_get_path(LIBRARY_PATH)."mail.lib.inc.php");
 
-/** @todo this has to be moved to a more appropriate place (after the display_header of the code)*/
 if (!api_is_allowed_to_edit(false,true))
 {
 	Display :: display_header(get_lang('Survey'));