mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
This cause also some empty files (because they didn't contain anything else) wich I also deleted
9 lines
181 B
PHP
9 lines
181 B
PHP
<?php // $Id$
|
|
// webquest.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004093001)
|
|
|
|
|
|
$string['modulename'] = 'Webquest';
|
|
$string['modulenameplural'] = 'Webquest';
|
|
|
|
?>
|