mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 05:06:37 +02:00
git-svn-id: file:///svn/phpbb/trunk@6507 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -1387,6 +1387,10 @@ class acp_database
|
|||||||
$kname = "UNIQUE|$kname";
|
$kname = "UNIQUE|$kname";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($row['Sub_part'])
|
||||||
|
{
|
||||||
|
$row['Column_name'] .= '(' . $row['Sub_part'] . ')';
|
||||||
|
}
|
||||||
$index[$kname][] = $row['Column_name'];
|
$index[$kname][] = $row['Column_name'];
|
||||||
}
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
Reference in New Issue
Block a user