mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
Merge pull request #4573 from rxu/ticket/14906
[ticket/14906] Delete redundant sig key in user_cache_data array * rxu/ticket/14906: [ticket/14906] Delete redundant sig key in user_cache_data array
This commit is contained in:
@@ -1316,7 +1316,6 @@ while ($row = $db->sql_fetchrow($result))
|
|||||||
'rank_title' => '',
|
'rank_title' => '',
|
||||||
'rank_image' => '',
|
'rank_image' => '',
|
||||||
'rank_image_src' => '',
|
'rank_image_src' => '',
|
||||||
'sig' => '',
|
|
||||||
'pm' => '',
|
'pm' => '',
|
||||||
'email' => '',
|
'email' => '',
|
||||||
'jabber' => '',
|
'jabber' => '',
|
||||||
|
Reference in New Issue
Block a user