@ -12,7 +12,7 @@
* Code
*/
if(!class_exists('ExerciseResult')):
/*
/**
* Exercise results class
* @package chamilo.exercise
@ -8,7 +8,9 @@
* @package chamilo.learnpath
* @author Yannick Warnier <ywarnier@beeznest.org>
// Flag to allow for anonymous user - needs to be set before global.inc.php.
$use_anonymous = true;
@ -1,7 +1,5 @@
<?php // $Id: lib.diff.php,v 1.12 2005/11/18 20:25:11 zefredz Exp $
// vim: expandtab sw=4 ts=4 sts=4:
* CLAROLINE
*
@ -18,7 +16,9 @@
* @package Wiki
define( "DIFF_EQUAL", "=" );
define( "DIFF_ADDED", "+" );
define( "DIFF_DELETED", "-" );
@ -1,13 +1,14 @@
<?php
/* For licensing terms, see /license.txt */
* @author Patrick Cool <patrick.cool@UGent.be>, Ghent University, Belgium
* @author Juan Carlos Raña <herodoto@telefonica.net>
* @package chamilo.wiki
// name of the language file that needs to be included
$language_file = 'wiki';