Skip to content

Commit

Permalink
MDL-27412 qtype_calculatedmulti Fix lots of coding style issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed May 17, 2011
1 parent f184c65 commit 29b6891
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 329 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@

defined('MOODLE_INTERNAL') || die();

require_once($CFG->dirroot . '/question/type/calculated/backup/moodle2/backup_qtype_calculated_plugin.class.php');
require_once($CFG->dirroot .
'/question/type/calculated/backup/moodle2/backup_qtype_calculated_plugin.class.php');


/**
Expand All @@ -33,4 +34,5 @@
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class backup_qtype_calculatedmulti_plugin extends backup_qtype_calculated_plugin {}
class backup_qtype_calculatedmulti_plugin extends backup_qtype_calculated_plugin {
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
defined('MOODLE_INTERNAL') || die();


require_once($CFG->dirroot . '/question/type/calculated/backup/moodle2/restore_qtype_calculated_plugin.class.php');
require_once($CFG->dirroot .
'/question/type/calculated/backup/moodle2/restore_qtype_calculated_plugin.class.php');

/**
* restore plugin class that provides the necessary information
Expand Down
Loading

0 comments on commit 29b6891

Please sign in to comment.