|
|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
* @package dokeos.survey |
|
|
|
|
* @author unknown, the initial survey that did not make it in 1.8 because of bad code |
|
|
|
|
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code |
|
|
|
|
* @version $Id: survey_list.php 12092 2007-04-24 07:31:13Z elixir_julian $ |
|
|
|
|
* @version $Id: survey_list.php 12106 2007-04-24 13:17:19Z elixir_julian $ |
|
|
|
|
* |
|
|
|
|
* @todo The invite column is not done |
|
|
|
|
* @todo try to understand the white, blue, ... template stuff. |
|
|
|
|
@ -43,7 +43,7 @@ require_once (api_get_path(LIBRARY_PATH)."/course.lib.php"); |
|
|
|
|
if (!api_is_allowed_to_edit()) |
|
|
|
|
{ |
|
|
|
|
Display :: display_header(); |
|
|
|
|
Display :: display_error_message(get_lang('NotAllowedHere'), false); |
|
|
|
|
Display :: display_error_message(get_lang('NotAllowed'), false); |
|
|
|
|
Display :: display_footer(); |
|
|
|
|
exit; |
|
|
|
|
} |
|
|
|
|
|