diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-16 20:57:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-16 20:57:14 +0000 |
commit | 253c74d245bb682126ae1a09b78efc05219a6fed (patch) | |
tree | 27d2c2562a2230dbcd66a96862b5662d4f71f590 | |
parent | 64764bf96146e09ad4aaa92d3c72104689407067 (diff) | |
download | brdo-253c74d245bb682126ae1a09b78efc05219a6fed.tar.gz brdo-253c74d245bb682126ae1a09b78efc05219a6fed.tar.bz2 |
- Patch #296027 by hswong3i: {simpletest} indexes come with wrong array expression
-rw-r--r-- | modules/simpletest/simpletest.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 75f6c9fe2..443f0e375 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( |