Skip to content

Commit 266c288

Browse files
committed
Fix tags table
1 parent 3424918 commit 266c288

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conf/_application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Release date (ISO)
2222
* @global string
2323
*/
24-
$app_date = '2020-08-11';
24+
$app_date = '2020-08-12';
2525

2626
/**
2727
* Is this b2evolution PRO?

inc/items/views/_itemtags.view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function tag_td_name( $tag_ID, $tag_name )
9797
}
9898
$Results->cols[] = array(
9999
'th' => /* TRANS: noun */ T_('Tag'),
100-
'order' => 'tag_name COLLATE utf8_bin',
100+
'order' => 'tag_name COLLATE utf8mb4_bin',
101101
'td' => '%tag_td_name( #tag_ID#, #tag_name# )%',
102102
);
103103

0 commit comments

Comments
 (0)