mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Fixes #4144 Extended-User type=radio value conversion fix.
This commit is contained in:
@@ -944,6 +944,8 @@ class e107_user_extended
|
|||||||
foreach($choices as $choice)
|
foreach($choices as $choice)
|
||||||
{
|
{
|
||||||
$choice = trim($choice);
|
$choice = trim($choice);
|
||||||
|
$choice = $tp->toHTML($choice);
|
||||||
|
|
||||||
if(strpos($choice,"|")!==FALSE)
|
if(strpos($choice,"|")!==FALSE)
|
||||||
{
|
{
|
||||||
list($val,$label) = explode("|",$choice);
|
list($val,$label) = explode("|",$choice);
|
||||||
|
Reference in New Issue
Block a user