1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/17525] Automatically handle index name prefixes

PHPBB-17525
This commit is contained in:
rxu
2025-07-01 21:01:09 +07:00
parent e9157f4d10
commit 8e0ec1edd2
3 changed files with 80 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ class table_helper
/**
* Generates short table names for the purpose of prefixing tables' index names.
*
* @param string $table_name Table name with prefix to generate its short name.
* @param string $table_name Table name without prefix to generate its short name.
*
* @return string Short table name.
*/