This topic is locked

Wiew As "custom" Bug?

2/1/2013 6:35:15 AM
PHPRunner General questions
S
srfrancesco author

I recreated my project (6.0) with PHPR 6.2
In: visual editor > list page > id_immobile > view as > custom
this code don't display field value in list page (but works in 6.0):

$value = "<a href=gest_immobili_view.php?editid1=".$data["id_immobile"]." target=blank>".$value."</a>";
this code work 6.0 / 6.2:

$value = "<a href=gest_immobili_view.php?editid1=".$data["id_immobile"]." target=blank>".$data["id_immobile"]."</a>";
thanks