Skip to content

Commit

Permalink
coding style fixes MDL-6949
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Nov 9, 2006
1 parent e24a1f3 commit 3962549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion course/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require_once('../config.php');
require_once($CFG->dirroot.'/enrol/enrol.class.php');
require_once($CFG->libdir.'/blocklib.php');
require_once($CFG->libdir.'/formslib.php');
require_once('lib.php');
require_once('edit_form.php');

Expand Down
2 changes: 2 additions & 0 deletions course/edit_form.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php //$Id$

require_once($CFG->libdir.'/formslib.php');

class course_edit_form extends moodleform {

function definition() {
Expand Down

0 comments on commit 3962549

Please sign in to comment.