Guest Posted December 10, 2004 Posted December 10, 2004 Fatal error: Cannot redeclare tep_get_tax_class_title() in /home/ronin2nr/public_html/shop/admin/easypopulate_functions.php on line 34 ........here is that line..... function tep_get_tax_class_title($tax_class_id) { if ($tax_class_id == '0') { return TEXT_NONE; } else { $classes_query = tep_db_query("select tax_class_title from " . TABLE_TAX_CLASS . " where tax_class_id = '" . $tax_class_id . "'"); $classes = tep_db_fetch_array($classes_query); return $classes['tax_class_title']; } } 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.