From cba6b7049a30d498924b11eaeef66a343b0dbb89 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 1 Oct 2006 23:06:35 +0000 Subject: [PATCH] Enabling rename_field() test --- admin/xmldb/actions/test/test.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5