浏览代码

[svn r17149] Minor - remove deprecated comment

Yannick Warnier 16 年之前
父节点
当前提交
857919af56
共有 1 个文件被更改,包括 0 次插入1 次删除
  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'));