Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: export to CSV city not shown correctly in groups

export to CSV city not shown correctly in groups 16 years 2 months ago #2516

  • rreintjens
  • rreintjens's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • 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.

  • Page:
  • 1
Time to create page: 0.448 seconds