Jan Zonjee Posted February 28, 2008 Posted February 28, 2008 I don't see step 4 anywhere. it says to do this: Does anyone see it? if ($action == 'buysafe_edit') break; // }} case 'save': reset($HTTP_POST_VARS['configuration']); while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { tep_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'"); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.