Topic: Tiny bug in FR-3.0-0.rc8
Individual property display is broken in includes/func.php
Change line 389 from
if (config_options('debug') == 'y')
to:
// if (config_options('debug') == 'y')
Or just delete that line... it's throwing off the view variable.
Patrick
Lead developer FreeRealty
Other claims to fame: http://www.rwcinc.net
Enrolled Agent, Licensed to Represent Taxpayers before Exams, Appeals and Conference divisions of the Internal Revenue Service.
Lead developer FreeRealty
Other claims to fame: http://www.rwcinc.net
Enrolled Agent, Licensed to Represent Taxpayers before Exams, Appeals and Conference divisions of the Internal Revenue Service.