From 253c74d245bb682126ae1a09b78efc05219a6fed Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 16 Aug 2008 20:57:14 +0000 Subject: [PATCH] - Patch #296027 by hswong3i: {simpletest} indexes come with wrong array expression --- modules/simpletest/simpletest.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 75f6c9fe2fe9..443f0e3753ce 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -200,7 +200,7 @@ function simpletest_schema() { ), 'primary key' => array('message_id'), 'indexes' => array( - 'reporter' => array('test_class, message_id'), + 'reporter' => array('test_class', 'message_id'), ), ); $schema['simpletest_test_id'] = array( -- GitLab