mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Temporarily disabled broken method reference from r73214
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@73229 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b6e115a874
commit
68fc0bab0b
@ -299,7 +299,9 @@ abstract class Database extends Object {
|
||||
$this->indexList[$table] = $this->indexList($table);
|
||||
}
|
||||
|
||||
$index_alt=DB::getConn()->indexOrIndexAlt($index);
|
||||
//$index_alt=DB::getConn()->indexOrIndexAlt($index);
|
||||
// @todo Geoff to fix his faulty commit from r73214
|
||||
$index_alt = $index;
|
||||
|
||||
//Fix up the index for database purposes
|
||||
$index=DB::getConn()->getDbSqlDefinition($table, $index, null, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user