NancyL7 Posted August 30, 2006 Posted August 30, 2006 Has anyone implemented the new 060817 update with MVS? It seems to me that there are only 3 files that overlap the update and the MVS contribution. catalog: includes/classes/shopping_cart.php admin: admin/includes/functions/general.php admin/includes/languages/english/categories.php Of course, I'm a real newbie, so I could be wrong. Anyone looked at this yet? -Nancy Quote
NancyL7 Posted August 31, 2006 Author Posted August 31, 2006 In comparing these three files, I've run across an apparent difference in the release file of admin/includes/functions/general.php between the 051113 and the MVS 1.1 that isn't documented.. the code: if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) { tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false)); } is omitted in the MVS release but present in the 051113 and the 060817 line aprox 164 in the MVS release in the first function of the osCommerce code - function named: tep_redirect Is there a reason this was ommitted from the MVS version??? Was it suppose to be ommitted? or was this an oversight?? Thanks Nancy 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.