From: Martin D. <ma...@do...> - 2003-04-06 05:59:53
|
Hi! Just a note: two strings have changed in moodle.php OLD: $string['configunzip'] = "Indicate the location of your unzip program (Unix only). This is needed to unpack zip archives on the server."; $string['configzip'] = "Indicate the location of your zip program (Unix only). This is needed to create zip NEW: $string['configunzip'] = "Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines."; $string['configzip'] = "Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines."; Cheers, Martin -- /* Open-source online learning software: http://moodle.com */ |