Skip to content

Commit

Permalink
Remove the DIR_WS_BOXES define as its no longer used in the catalog s…
Browse files Browse the repository at this point in the history
…ide. Fixes issue #165
  • Loading branch information
markkevans authored and acidvertigo committed Aug 20, 2011
1 parent 3ec67ab commit c67dfee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions catalog/includes/configure.php
Expand Up @@ -25,7 +25,6 @@
define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
Expand All @@ -43,4 +42,4 @@
define('DB_DATABASE', 'osCommerce'); define('DB_DATABASE', 'osCommerce');
define('USE_PCONNECT', 'false'); // use persistent connections? define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'
?> ?>
1 change: 0 additions & 1 deletion catalog/install/templates/pages/install_4.php
Expand Up @@ -122,7 +122,6 @@
' define(\'DIR_WS_IMAGES\', \'images/\');' . "\n" . ' define(\'DIR_WS_IMAGES\', \'images/\');' . "\n" .
' define(\'DIR_WS_ICONS\', DIR_WS_IMAGES . \'icons/\');' . "\n" . ' define(\'DIR_WS_ICONS\', DIR_WS_IMAGES . \'icons/\');' . "\n" .
' define(\'DIR_WS_INCLUDES\', \'includes/\');' . "\n" . ' define(\'DIR_WS_INCLUDES\', \'includes/\');' . "\n" .
' define(\'DIR_WS_BOXES\', DIR_WS_INCLUDES . \'boxes/\');' . "\n" .
' define(\'DIR_WS_FUNCTIONS\', DIR_WS_INCLUDES . \'functions/\');' . "\n" . ' define(\'DIR_WS_FUNCTIONS\', DIR_WS_INCLUDES . \'functions/\');' . "\n" .
' define(\'DIR_WS_CLASSES\', DIR_WS_INCLUDES . \'classes/\');' . "\n" . ' define(\'DIR_WS_CLASSES\', DIR_WS_INCLUDES . \'classes/\');' . "\n" .
' define(\'DIR_WS_MODULES\', DIR_WS_INCLUDES . \'modules/\');' . "\n" . ' define(\'DIR_WS_MODULES\', DIR_WS_INCLUDES . \'modules/\');' . "\n" .
Expand Down

0 comments on commit c67dfee

Please sign in to comment.