amanz Posted June 13, 2010 Author Posted June 13, 2010 define('ENTRY_STREET_ADDRESS_ERROR', 'Your Street Address must contain a minimum of '; ENTRY_STREET_ADDRESS_MIN_LENGTH . ' characters.'); Needs to be: define('ENTRY_STREET_ADDRESS_ERROR', 'Your Street Address must contain a minimum of ' . ENTRY_STREET_ADDRESS_MIN_LENGTH . ' characters.'); Many Thanks...this last fix worked!! Your kindness is greatly appreciated.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.