From: stronk7 Date: Sun, 1 Oct 2006 23:06:35 +0000 (+0000) Subject: Enabling rename_field() test X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cba6b7049a30d498924b11eaeef66a343b0dbb89;p=moodle.git Enabling rename_field() test --- diff --git a/admin/xmldb/actions/test/test.class.php b/admin/xmldb/actions/test/test.class.php index e24396af2b..9b1807af0e 100644 --- a/admin/xmldb/actions/test/test.class.php +++ b/admin/xmldb/actions/test/test.class.php @@ -695,7 +695,7 @@ class test extends XMLDBAction { } /// 39th test. Renaming one field - if ($test->status && 1==2) { + if ($test->status) { /// Get SQL code and execute it $test = new stdClass; $field = new XMLDBField('type');