mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00

This cause also some empty files (because they didn't contain anything else) wich I also deleted
8 lines
173 B
PHP
8 lines
173 B
PHP
<?PHP // $Id$
|
|
// webquest.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquests';
|
|
|
|
?>
|