Quote:
Originally posted by NTLDR
Try:
PHP Code:
if (substr($target, -1) != '/') $target .= "/$manufacturers_data['manufacturers_directory']";
I expect it doesn't like the nested ' in the variable name
|
I got
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/virtual/site3/fst/var/www/html/store/admin/includes/functions/general.php on line 782
with your recommended suggestion.