forked from extern/egroupware
fixed creation of multi-column indexes
This commit is contained in:
parent
19548f2f91
commit
49b3f025bd
@ -559,7 +559,7 @@
|
||||
$aIXSQL = array();
|
||||
foreach($aFields as $mFields)
|
||||
{
|
||||
$options = False;
|
||||
$options = '';
|
||||
if (is_array($mFields))
|
||||
{
|
||||
if (isset($mFields['options'])) // array sets additional options
|
||||
|
Loading…
Reference in New Issue
Block a user