Index: backup/cc/cc2moodle.php =================================================================== RCS file: /cvsroot/moodle/moodle/backup/cc/cc2moodle.php,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 cc2moodle.php --- backup/cc/cc2moodle.php 18 Oct 2009 20:09:36 -0000 1.1.2.1 +++ backup/cc/cc2moodle.php 6 Aug 2010 18:46:39 -0000 @@ -183,7 +183,8 @@ } if (empty($course_title)) { - $this->log_action('The course title not found', true); + $this->log_action('The course title not found - setting default'); + $course_title = 'Untitled course'; } $course_short_name = $this->create_course_code($course_title);