Файл: Страхование и его роль на финансовом рынке.pdf

ВУЗ: Не указан

Категория: Курсовая работа

Дисциплина: Не указана

Добавлен: 25.04.2023

Просмотров: 474

Скачиваний: 2

ВНИМАНИЕ! Если данный файл нарушает Ваши авторские права, то обязательно сообщите нам.

Database error in antiplagiat.ru:

Invalid SQL: 1284

SELECT varname, value, datatype FROM setting;

MySQL Error : MySQL server has gone away

Error Number : 2006

Script : http://antiplagiat.ru

Referrer : http://www.antiplagiat.ru/Cabinet/Cabinet.aspx?folderId=33483538346

IP Address : 127.0.0.1

Username : an_User

Classname : vap_Database

MySQL Version :

Database Error: Unable to connect to the database:Could not connect to MySQL

Error 1018: Неправильный синтаксис около "%.*ls". Если имелась в виду часть табличной подсказки, то для этого теперь необходимо использовать ключевое слово A WITH и круглые скобки. Правильный синтаксис см. в электронной документации по SQL Server.

Database Error: Unable to connect to the database:Could not connect to database

SQL Server Error 1019: Недопустимый список столбцов после имени объекта в инструкции GRANT/REVOKE.

MySQL Error : Illegal mix of collations (cp1251_bin,IMPLICIT) and (latin1_bin,IMPLICIT) for operation '='

Error Number : 1267

Code errors:

Include php errors require('includes/application_top.php');

if (!tep_session_is_registered('customer_id')) { $navigation->set_snapshot();

tep_redirect(tep_href_link(FILENAME_LOGIN, '', 'SSL'));

require(DIR_WS_LANGUAGES. $language. '/'. FILENAME_ACCOUNT);

$breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));?><html <?php echo HTML_PARAMS; ?>><head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"><title><?php echo TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER: HTTP_SERVER). DIR_WS_CATALOG; ?>">

<link rel="stylesheet" type="text/css" href="stylesheet.css"> <script language="javascript"><!function rowOverEffect(object) { if (object.className == 'moduleRow') object.className = 'moduleRowOver';

} function rowOutEffect(object) { if (object.className == 'moduleRowOver') object.className = 'moduleRow';//--></script> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES. 'header.php'); ?>

<!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES. 'column_left.php'); ?>

<!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES. 'table_background_account.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> <?php if ($messageStack->size('account') > 0) { <td><?php echo $messageStack->output('account'); ?></td> if (tep_count_customer_orders() > 0) { <td><table border="0" cellspacing="0" cellpadding="2"> <td class="main"><b><?php echo OVERVIEW_TITLE; ?></b></td> <td class="main"><?php echo '<a href="'. tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'). '"><u>'. OVERVIEW_SHOW_ALL_ORDERS. '</u></a>'; ?></td> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main" align="center" valign="top" width="130"><?php echo '<b>'. OVERVIEW_PREVIOUS_ORDERS. '</b><br>'. tep_image(DIR_WS_IMAGES. 'arrow_south_east.gif'); ?></td> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> $orders_query = tep_db_query("select o.orders_id, o.date_purchased, o.delivery_name, o.delivery_country, o.billing_name, o.billing_country, ot.text as order_total, s.orders_status_name from ". TABLE_ORDERS. " o, ". TABLE_ORDERS_TOTAL. " ot, ". TABLE_ORDERS_STATUS. " s where o.customers_id = '". (int)$customer_id. "' and o.orders_id = ot.orders_id and ot.class = 'ot_total' and o.orders_status = s.orders_status_id and s.language_id = '". (int)$languages_id. "' and s.public_flag = '1' order by orders_id desc limit 3");


while ($orders = tep_db_fetch_array($orders_query)) { if (tep_not_null($orders['delivery_name'])) { $order_name = $orders['delivery_name'];

$order_country = $orders['delivery_country'];

} else { $order_name = $orders['billing_name'];

$order_country = $orders['billing_country'];

<tr class="moduleRow" onMouseOver="rowOverEffect(this)" onMouseOut="rowOutEffect(this)" onClick="document.location.href='<?php echo tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id='. $orders['orders_id'], 'SSL'); ?>'">

<td class="main" width="80"><?php echo tep_date_short($orders['date_purchased']); ?></td> <td class="main"><?php echo '#'. $orders['orders_id']; ?></td> <td class="main"><?php echo tep_output_string_protected($order_name). ', '. $order_country; ?></td> <td class="main"><?php echo $orders['orders_status_name']; ?></td> <td class="main" align="right"><?php echo $orders['order_total']; ?></td> <td class="main" align="right"><?php echo '<a href="'. tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id='. $orders['orders_id'], 'SSL'). '">'. tep_image_button('small_view.gif', SMALL_IMAGE_BUTTON_VIEW). '</a>'; ?></td> </tr> </table></td> <td><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <td class="main"><b><?php echo MY_ACCOUNT_TITLE; ?></b></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td width="60"><?php echo tep_image(DIR_WS_IMAGES. 'account_personal.gif'); ?></td> <tr> <td class="main"><?php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' <a href="'. tep_href_link(FILENAME_ACCOUNT_EDIT, '', 'SSL'). '">'. MY_ACCOUNT_INFORMATION. '</a>'; ?></td> <td class="main"><?php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' <a href="'. tep_href_link(FILENAME_ADDRESS_BOOK, '', 'SSL'). '">'. MY_ACCOUNT_ADDRESS_BOOK. '</a>'; ?></td> <td class="main"><?php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' <a href="'. tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL'). '">'. MY_ACCOUNT_PASSWORD. '</a>'; ?></td> <td width="10" align="right"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td class="main"><b><?php echo MY_ORDERS_TITLE; ?></b></td> <td width="60"><?php echo tep_image(DIR_WS_IMAGES. 'account_orders.gif'); ?></td> <td class="main"><?php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' <a href="'. tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'). '">'. MY_ORDERS_VIEW. '</a>'; ?></td> <td class="main"><b><?php echo EMAIL_NOTIFICATIONS_TITLE; ?></b></td> <td width="60"><?php echo tep_image(DIR_WS_IMAGES. 'account_notifications.gif'); ?></td> <td class="main"><?php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' <a href="'. tep_href_link(FILENAME_ACCOUNT_NEWSLETTERS, '', 'SSL'). '">'. EMAIL_NOTIFICATIONS_NEWSLETTERS. '</a>'; ?></td> <td class="main"><?php echo tep_image(DIR_WS_IMAGES. 'arrow_green.gif'). ' <a href="'. tep_href_link(FILENAME_ACCOUNT_NOTIFICATIONS, '', 'SSL'). '">'. EMAIL_NOTIFICATIONS_PRODUCTS. '</a>'; ?></td> <!-- body_text_eof //--> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES. 'column_right.php'); ?><!-- right_navigation_eof //--> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES. 'footer.php'); ?>

$type = (isset($HTTP_GET_VARS['type']) ? $HTTP_GET_VARS['type']: '');

$banner_extension = tep_banner_image_extension();// check if the graphs directory exists $dir_ok = false;if (function_exists('imagecreate') && tep_not_null($banner_extension)) { if (is_dir(DIR_WS_IMAGES. 'graphs')) { if (is_writeable(DIR_WS_IMAGES. 'graphs')) { $dir_ok = true;

$messageStack->add(ERROR_GRAPHS_DIRECTORY_NOT_WRITEABLE, 'error');

} else { $messageStack->add(ERROR_GRAPHS_DIRECTORY_DOES_NOT_EXIST, 'error');

$banner_query = tep_db_query("select banners_title from ". TABLE_BANNERS. " where banners_id = '". (int)$HTTP_GET_VARS['bID']. "'");


$banner = tep_db_fetch_array($banner_query);$years_array = array();

$years_query = tep_db_query("select distinct year(banners_history_date) as banner_year from ". TABLE_BANNERS_HISTORY. " where banners_id = '". (int)$HTTP_GET_VARS['bID']. "'");

while ($years = tep_db_fetch_array($years_query)) { $years_array[] = array('id' => $years['banner_year'], 'text' => $years['banner_year']);

$months_array = array();for ($i=1; $i<13; $i++) { $months_array[] = array('id' => $i, 'text' => strftime('%B', mktime(0,0,0,$i)));

$type_array = array(array('id' => 'daily', 'text' => STATISTICS_TYPE_DAILY), array('id' => 'monthly', 'text' => STATISTICS_TYPE_MONTHLY), array('id' => 'yearly', 'text' => STATISTICS_TYPE_YEARLY));

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF"> <table border="0" width="100%" cellspacing="2" cellpadding="2"> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="1" cellpadding="1" class="columnLeft"> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><?php echo tep_draw_form('year', FILENAME_BANNER_STATISTICS, '', 'get'); ?>

<td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', '1', HEADING_IMAGE_HEIGHT); ?></td> <td class="main" align="right"><?php echo TITLE_TYPE. ' '. tep_draw_pull_down_menu('type', $type_array, (tep_not_null($type) ? $type: 'daily'), 'onChange="this.form.submit();"'); ?><noscript><input type="submit" value="GO"></noscript><br> switch ($type) { case 'yearly': break;case 'monthly':

echo TITLE_YEAR. ' '. tep_draw_pull_down_menu('year', $years_array, (isset($HTTP_GET_VARS['year']) ? $HTTP_GET_VARS['year']: date('Y')), 'onChange="this.form.submit();"'). '<noscript><input type="submit" value="GO"></noscript>';

break;default:case 'daily':echo TITLE_MONTH. ' '. tep_draw_pull_down_menu('month', $months_array, (isset($HTTP_GET_VARS['month']) ? $HTTP_GET_VARS['month']: date('n')), 'onChange="this.form.submit();"'). '<noscript><input type="submit" value="GO"></noscript><br>'. TITLE_YEAR. ' '. tep_draw_pull_down_menu('year', $years_array, (isset($HTTP_GET_VARS['year']) ? $HTTP_GET_VARS['year']: date('Y')), 'onChange="this.form.submit();"'). '<noscript><input type="submit" value="GO"></noscript>';

</td> <?php echo tep_draw_hidden_field('page', $HTTP_GET_VARS['page']). tep_draw_hidden_field('bID', $HTTP_GET_VARS['bID']). tep_hide_session_id(); ?></form></tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> <td align="center"> if (function_exists('imagecreate') && ($dir_ok == true) && tep_not_null($banner_extension)) { $banner_id = (int)$HTTP_GET_VARS['bID'];

switch ($type) { case 'yearly':

include(DIR_WS_INCLUDES. 'graphs/banner_yearly.php');

echo tep_image(DIR_WS_IMAGES. 'graphs/banner_yearly-'. $banner_id. '.'. $banner_extension);

break;

case 'monthly':include(DIR_WS_INCLUDES. 'graphs/banner_monthly.php');

echo tep_image(DIR_WS_IMAGES. 'graphs/banner_monthly-'. $banner_id. '.'. $banner_extension);

default:case 'daily':include(DIR_WS_INCLUDES. 'graphs/banner_daily.php');

echo tep_image(DIR_WS_IMAGES. 'graphs/banner_daily-'. $banner_id. '.'. $banner_extension);

<table border="0" width="600" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_SOURCE; ?></td> <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_VIEWS; ?></td> <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_CLICKS; ?></td> </tr> for ($i=0, $n=sizeof($stats); $i<$n; $i++) { echo ' <tr class="dataTableRow">'. "\n".

' <td class="dataTableContent">'. $stats[$i][0]. '</td>'. "\n".


' <td class="dataTableContent" align="right">'. number_format($stats[$i][1]). '</td>'. "\n".

' <td class="dataTableContent" align="right">'. number_format($stats[$i][2]). '</td>'. "\n".

' </tr>'. "\n";</table> } else { include(DIR_WS_FUNCTIONS. 'html_graphs.php');

echo tep_banner_graph_yearly($HTTP_GET_VARS['bID']);echo tep_banner_graph_monthly($HTTP_GET_VARS['bID']);echo tep_banner_graph_daily($HTTP_GET_VARS['bID']);

</td> <td class="main" align="right"><?php echo '<a href="'. tep_href_link(FILENAME_BANNER_MANAGER, 'page='. $HTTP_GET_VARS['page']. '&bID='. $HTTP_GET_VARS['bID']). '">'. tep_image_button('button_back.gif', IMAGE_BACK). '</a>'; ?></td> $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action']: '');

if (tep_not_null($action)) { switch ($action) { case 'save':$configuration_value = tep_db_prepare_input($HTTP_POST_VARS['configuration_value']);

$cID = tep_db_prepare_input($HTTP_GET_VARS['cID']);

tep_db_query("update ". TABLE_CONFIGURATION. " set configuration_value = '". tep_db_input($configuration_value). "', last_modified = now() where configuration_id = '". (int)$cID. "'");

tep_redirect(tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $cID));

$gID = (isset($HTTP_GET_VARS['gID'])) ? $HTTP_GET_VARS['gID']: 1;

$cfg_group_query = tep_db_query("select configuration_group_title from ". TABLE_CONFIGURATION_GROUP. " where configuration_group_id = '". (int)$gID. "'");

$cfg_group = tep_db_fetch_array($cfg_group_query);

<script language="javascript" src="includes/general.js"></script> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFFFF" onload="SetFocus();">

<td class="pageHeading"><?php echo $cfg_group['configuration_group_title']; ?></td> <td class="pageHeading" align="right"><?php echo tep_draw_separator('pixel_trans.gif', HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_CONFIGURATION_TITLE; ?></td> <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_CONFIGURATION_VALUE; ?></td> <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_ACTION; ?>&nbsp;</td> $configuration_query = tep_db_query("select configuration_id, configuration_title, configuration_value, use_function from ". TABLE_CONFIGURATION. " where configuration_group_id = '". (int)$gID. "' order by sort_order");

while ($configuration = tep_db_fetch_array($configuration_query)) { if (tep_not_null($configuration['use_function'])) { $use_function = $configuration['use_function'];

if (ereg('->', $use_function)) { $class_method = explode('->', $use_function);

if (!is_object(${$class_method[0]})) { include(DIR_WS_CLASSES. $class_method[0]. '.php');

${$class_method[0]} = new $class_method[0]();

$cfgValue = tep_call_function($class_method[1], $configuration['configuration_value'], ${$class_method[0]});

$cfgValue = tep_call_function($use_function, $configuration['configuration_value']);

$cfgValue = $configuration['configuration_value'];

if ((!isset($HTTP_GET_VARS['cID']) || (isset($HTTP_GET_VARS['cID']) && ($HTTP_GET_VARS['cID'] == $configuration['configuration_id']))) && !isset($cInfo) && (substr($action, 0, 3) != 'new')) { $cfg_extra_query = tep_db_query("select configuration_key, configuration_description, date_added, last_modified, use_function, set_function from ". TABLE_CONFIGURATION. " where configuration_id = '". (int)$configuration['configuration_id']. "'");

$cfg_extra = tep_db_fetch_array($cfg_extra_query);$cInfo_array = array_merge($configuration, $cfg_extra);$cInfo = new objectInfo($cInfo_array);

if ( (isset($cInfo) && is_object($cInfo)) && ($configuration['configuration_id'] == $cInfo->configuration_id) ) { echo ' <tr id="defaultSelected" class="dataTableRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href=\''. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $cInfo->configuration_id. '&action=edit'). '\'">'. "\n";


echo ' <tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href=\''. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $configuration['configuration_id']). '\'">'. "\n";

<td class="dataTableContent"><?php echo $configuration['configuration_title']; ?></td> <td class="dataTableContent"><?php echo htmlspecialchars($cfgValue); ?></td> <td class="dataTableContent" align="right"><?php if ( (isset($cInfo) && is_object($cInfo)) && ($configuration['configuration_id'] == $cInfo->configuration_id) ) { echo tep_image(DIR_WS_IMAGES. 'icon_arrow_right.gif', ''); } else { echo '<a href="'. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $configuration['configuration_id']). '">'. tep_image(DIR_WS_IMAGES. 'icon_info.gif', IMAGE_ICON_INFO). '</a>'; } ?>&nbsp;</td> $heading = array();

$contents = array();switch ($action) { case 'edit':$heading[] = array('text' => '<b>'. $cInfo->configuration_title. '</b>');

if ($cInfo->set_function) { eval('$value_field = '. $cInfo->set_function. '"'. htmlspecialchars($cInfo->configuration_value). '");');

$value_field = tep_draw_input_field('configuration_value', $cInfo->configuration_value);

$contents = array('form' => tep_draw_form('configuration', FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $cInfo->configuration_id. '&action=save'));

$contents[] = array('text' => TEXT_INFO_EDIT_INTRO);$contents[] = array('text' => '<br><b>'. $cInfo->configuration_title. '</b><br>'. $cInfo->configuration_description. '<br>'. $value_field);

$contents[] = array('align' => 'center', 'text' => '<br>'. tep_image_submit('button_update.gif', IMAGE_UPDATE). '&nbsp;<a href="'. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $cInfo->configuration_id). '">'. tep_image_button('button_cancel.gif', IMAGE_CANCEL). '</a>');if (isset($cInfo) && is_object($cInfo)) { $heading[] = array('text' => '<b>'. $cInfo->configuration_title. '</b>');$contents[] = array('align' => 'center', 'text' => '<a href="'. tep_href_link(FILENAME_CONFIGURATION, 'gID='. $HTTP_GET_VARS['gID']. '&cID='. $cInfo->configuration_id. '&action=edit'). '">'. tep_image_button('button_edit.gif', IMAGE_EDIT). '</a>');

$contents[] = array('text' => '<br>'. $cInfo->configuration_description);

$contents[] = array('text' => '<br>'. TEXT_INFO_DATE_ADDED. ' '. tep_date_short($cInfo->date_added));

if (tep_not_null($cInfo->last_modified)) $contents[] = array('text' => TEXT_INFO_LAST_MODIFIED. ' '. tep_date_short($cInfo->last_modified));

case 'insert':$tax_zone_id = tep_db_prepare_input($HTTP_POST_VARS['tax_zone_id']);

$tax_class_id = tep_db_prepare_input($HTTP_POST_VARS['tax_class_id']);

$tax_rate = tep_db_prepare_input($HTTP_POST_VARS['tax_rate']);

$tax_description = tep_db_prepare_input($HTTP_POST_VARS['tax_description']);

$tax_priority = tep_db_prepare_input($HTTP_POST_VARS['tax_priority']);

tep_db_query("insert into ". TABLE_TAX_RATES. " (tax_zone_id, tax_class_id, tax_rate, tax_description, tax_priority, date_added) values ('". (int)$tax_zone_id. "', '". (int)$tax_class_id. "', '". tep_db_input($tax_rate). "', '". tep_db_input($tax_description). "', '". tep_db_input($tax_priority). "', now())");tep_redirect(tep_href_link(FILENAME_TAX_RATES));

$tax_rates_id = tep_db_prepare_input($HTTP_GET_VARS['tID']);

tep_db_query("update ". TABLE_TAX_RATES. " set tax_rates_id = '". (int)$tax_rates_id. "', tax_zone_id = '". (int)$tax_zone_id. "', tax_class_id = '". (int)$tax_class_id. "', tax_rate = '". tep_db_input($tax_rate). "', tax_description = '". tep_db_input($tax_description). "', tax_priority = '". tep_db_input($tax_priority). "', last_modified = now() where tax_rates_id = '". (int)$tax_rates_id. "'");

tep_redirect(tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']. '&tID='. $tax_rates_id));case 'deleteconfirm':tep_db_query("delete from ". TABLE_TAX_RATES. " where tax_rates_id = '". (int)$tax_rates_id. "'");

tep_redirect(tep_href_link(FILENAME_TAX_RATES, 'page='. $HTTP_GET_VARS['page']));