ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/includes/init_includes/init_currencies.php
Go to the documentation of this file.
00001 <?php
00009 if (!defined('IS_ADMIN_FLAG')) {
00010   die('Illegal Access');
00011 }
00012   require(DIR_FS_CATALOG . DIR_WS_CLASSES . 'class.currencies.php');
00013   $currencies = new currencies();
00014   $_SESSION['currency'] = DEFAULT_CURRENCY;
00015   if (isset($_GET['pID'])) {
00016     $at_product_info_array = productPricing::buildPricingResultSet($_GET['pID']);
00017     $at_product_info = productPricing::factory($at_product_info_array, true);
00018   }
00019 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations