Re: Products Review Reminder [Support Thread]
Quote:
Originally Posted by
carlwhat
apparently my fix was not done properly. change:
PHP Code:
//from
echo '<a href="' . FILENAME_ADDON_REVIEW_REMINDER . '.php?oid=' . $selected_order_id . '&action=remove">' . zen_image_submit('button_remove.gif', remove, 'id="btnRemove"') . '</a>' . "\n";
//to
echo '<a href="' . FILENAME_ADDON_REVIEW_REMINDER . '.php?oid=' . $selected_order_id . '&action=remove">' . zen_image_submit('button_remove.gif', 'remove', 'id="btnRemove"') . '</a>' . "\n";
notice the single quotes around the word remove.
best.
as always thank you for the assist.