Skip to content

Commit

Permalink
MDL-16784 removing require_once
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Oct 24, 2008
1 parent bcd4145 commit 75816bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion group/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
require_once('lib.php');

ini_set('include_path', $CFG->libdir.'/pear'.PATH_SEPARATOR.ini_get('include_path'));
require_once('HTML/AJAX/JSON.php');

require_js(array('yui_yahoo', 'yui_dom', 'yui_utilities', 'yui_connection'));
require_js('group/clientlib.js');
Expand Down

0 comments on commit 75816bb

Please sign in to comment.