mccmick Posted May 2, 2008 Posted May 2, 2008 The included catalog/includes/functions/html_output.php in otf_autoThumb_v2-4fix3_1.zip has a typo function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '') { should be: function tep_image($src, $alt = '', $width = '', $height = '', $params = '') { The manual install instructions are correct. Mick Quote
Guest Posted May 2, 2008 Posted May 2, 2008 The included catalog/includes/functions/html_output.php in otf_autoThumb_v2-4fix3_1.zip has a typo function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '') { should be: function tep_image($src, $alt = '', $width = '', $height = '', $params = '') { The manual install instructions are correct. Mick This would be better in the contribution itself. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.