Fixing drift between CVS and git

This commit is contained in:
Moodle HQ git importer
2009-11-02 00:32:03 +00:00
parent ffbd4f5f72
commit 8926f8449f
40 changed files with 116 additions and 132 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ class completionlib_test extends FakeDBUnitTestCase {
public static $includecoverage = array('lib/completionlib.php');
var $realdb,$realcfg,$realsession,$realuser;
function setUp() {
function setUp() {
global $DB,$CFG,$SESSION,$USER;
$this->realdb=$DB;
$this->realcfg=$CFG;
@@ -678,4 +678,4 @@ WHERE
completion_info::internal_get_grade_state($item,$grade));
}
}
?>