[svn r15177] Removed variables not in use (see FS#1039)

skala
Julio Montoya 18 years ago
parent 110627078a
commit f2bc260ed4
  1. 41
      main/inc/conf/course_info.conf.dist.php

@ -1,4 +1,25 @@
<?php // $Id $ <?php
/*
==============================================================================
Dokeos - elearning and course management software
Copyright (c) 2008 Dokeos SPRL
For a full list of contributors, see "credits.txt".
The full license can be read in "license.txt".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
See the GNU General Public License for more details.
Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium
Mail: info@dokeos.com
==============================================================================
*/
/** /**
============================================================================== ==============================================================================
* This file holds the configuration constants and variables * This file holds the configuration constants and variables
@ -8,22 +29,17 @@
============================================================================== ==============================================================================
*/ */
/**
* @todo check if these are used. If this is the case then they should be changed into dokeos config settings and stored in the database.
*
*/
$course_info_is_editable = true; $course_info_is_editable = true;
/*
//if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs"); //if (basename($_SERVER["SCRIPT_FILENAME"])==basename(__FILE__)) die("Va voir ailleurs");
$showLinkToDeleteThisCourse = TRUE;
$showLinkToExportThisCourse = TRUE; $showLinkToExportThisCourse = TRUE;
$showLinkToBackupThisCourse = TRUE; $showLinkToBackupThisCourse = TRUE;
$showLinkToRecycleThisCourse = TRUE; $showLinkToRecycleThisCourse = TRUE;
$showLinkToRestoreCourse = TRUE; $showLinkToRestoreCourse = TRUE;
$showLinkToCopyThisCourse = TRUE; $showLinkToCopyThisCourse = TRUE;
*/
// If true, these fileds keep the previous content. // If true, these fileds keep the previous content.
/*
$canBeEmpty["screenCode"] = FALSE; $canBeEmpty["screenCode"] = FALSE;
$canBeEmpty["course_title"] = FALSE; $canBeEmpty["course_title"] = FALSE;
$canBeEmpty["course_category"] = TRUE; $canBeEmpty["course_category"] = TRUE;
@ -33,10 +49,11 @@ $canBeEmpty["titulary"] = FALSE;
$canBeEmpty["course_language"]= FALSE; $canBeEmpty["course_language"]= FALSE;
$canBeEmpty["department_name"] = TRUE; $canBeEmpty["department_name"] = TRUE;
$canBeEmpty["department_url"] = TRUE; $canBeEmpty["department_url"] = TRUE;
*/
$showDiskQuota = TRUE; $showDiskQuota = TRUE;
$showDiskUse = TRUE; //$showDiskUse = TRUE;
$showLinkToChangeDiskQuota = TRUE; //$showLinkToChangeDiskQuota = TRUE;
$showExpirationDate = TRUE; $showExpirationDate = TRUE;
$showCreationDate = TRUE; $showCreationDate = TRUE;
$showLastEdit = TRUE; $showLastEdit = TRUE;
@ -44,6 +61,6 @@ $showLastVisit = TRUE;
$canReportExpirationDate = TRUE; // need to be true $canReportExpirationDate = TRUE; // need to be true
// if ScriptToReportExpirationDate // if ScriptToReportExpirationDate
// is not automaticly called // is not automaticly called
$linkToChangeDiskQuota = "changeQuota.php"; //$linkToChangeDiskQuota = "changeQuota.php";
$urlScriptToReportExpirationDate = "postpone.php"; // external script to postpone the expiration of course. $urlScriptToReportExpirationDate = "postpone.php"; // external script to postpone the expiration of course.
?> ?>

Loading…
Cancel
Save