-
rreintjens
-
Topic Author
-
Offline
-
Fresh Boarder
-
-
Posts: 2
-
Thank you received: 0
-
-
|
There is some very sloppy coding in this component.
Here a fix for people who have the city not showing in export to csv in groups
file: admin.dtregister.com
Line: 5089 if($m_city)
{
$sql.=\",c.city\";
}
should be: if($m_s_city)
{
$sql.=\",c.city\";
}
|
Please Log in or Create an account to join the conversation.
|
Time to create page: 0.448 seconds