forked from extern/egroupware
This might fix the index creation error - will be testing asap.
This commit is contained in:
parent
0b2abd610b
commit
82e79812d3
@ -184,7 +184,8 @@
|
||||
{
|
||||
$append = True;
|
||||
$ixsql = '';
|
||||
$index = $sTableName . '_' . $sFields . '_idx';
|
||||
$ixFields = str_replace(',','_',$sFields);
|
||||
$index = $sTableName . '_' . $ixFields . '_idx';
|
||||
return "CREATE INDEX $index ON $sTableName ($sFields);\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user