1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Fix for index generation only generating the last index only.

This commit is contained in:
Jonathan.Wage 2007-10-25 17:49:36 +00:00
parent 6334c5a165
commit 872c81cb5a

View File

@ -484,7 +484,7 @@ END;
$build = '';
foreach ($indexes as $indexName => $definitions) {
$build = "\n\t\t".'$this->index(\'' . $indexName . '\', array(';
$build .= "\n\t\t".'$this->index(\'' . $indexName . '\', array(';
foreach ($definitions as $name => $value) {