[svn r15249] Minor - Avoid "shared survey" column in survey list (Not use anymore).

skala
Julio Montoya 18 years ago
parent d7d39b4d6f
commit 2568d62421
  1. 30
      main/survey/survey_list.php

@ -1,27 +1,31 @@
<?php <?php
/* /*
DOKEOS - elearning and course management software ==============================================================================
Dokeos - elearning and course management software
For a full list of contributors, see documentation/credits.html Copyright (c) 2004-2008 Dokeos SPRL
Copyright (c) 2006-2008 Patrick Cool
This program is free software; you can redistribute it and/or For a full list of contributors, see "credits.txt".
modify it under the terms of the GNU General Public License The full license can be read in "license.txt".
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
See "documentation/licence.html" more details.
Contact: This program is free software; you can redistribute it and/or
Dokeos modify it under the terms of the GNU General Public License
Rue des Palais 44 Paleizenstraat as published by the Free Software Foundation; either version 2
B-1030 Brussels - Belgium of the License, or (at your option) any later version.
Tel. +32 (2) 211 34 56
See the GNU General Public License for more details.
Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
Mail: info@dokeos.com
==============================================================================
*/ */
/** /**
* @package dokeos.survey * @package dokeos.survey
* @author unknown, the initial survey that did not make it in 1.8 because of bad code * @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 * @author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
* @version $Id: survey_list.php 14784 2008-04-08 12:58:45Z pcool $ * @version $Id: survey_list.php 15249 2008-05-08 19:40:37Z juliomontoya $
* *
* @todo use quickforms for the forms * @todo use quickforms for the forms
*/ */

Loading…
Cancel
Save