mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/10748] Overwrite the type map correctly
PHPBB3-10748
This commit is contained in:
@@ -1354,6 +1354,7 @@ class tools implements tools_interface
|
||||
*/
|
||||
function get_column_type($column_map_type)
|
||||
{
|
||||
$column_type = '';
|
||||
if (strpos($column_map_type, ':') !== false)
|
||||
{
|
||||
list($orig_column_type, $column_length) = explode(':', $column_map_type);
|
||||
|
Reference in New Issue
Block a user