Forums

[Plugin: Business Directory] Version 0.8.3 Beta. Country names have an apostrophe appended to them. (1 post)

  1. btaz
    Member
    Posted 2 years ago #

    In version 0.8.3 Beta when you add a new record to the directory an apostrophe ' is appended to the end of the country name.

    For example USA becomes USA'

    To fix this replace this string:

    $v["street1"],$v["street2"],$v["city"],$v["state"],$v["zip"],$v["country"]."'"

    With this string:

    $v["street1"],$v["street2"],$v["city"],$v["state"],$v["zip"],$v["country"]

    In this file "requests.php"

    http://wordpress.org/extend/plugins/business-directory/

Topic Closed

This topic has been closed to new replies.

About this Topic