--- sites/all/modules/contrib/cafepress/cafepress.module.org 2008-08-07 19:55:18.000000000 +0530 +++ sites/all/modules/contrib/cafepress/cafepress.module 2008-08-07 19:55:18.000000000 +0530 @@ -253,7 +253,7 @@ function cafepress_all() { /** function to get an array of the products to display **/ function getProductArray() { $a = array(); - if (file_exists(drupal_get_path('module', 'cafepress')."/class.cafepressbox1.php")) { + if (file_exists(drupal_get_path('module', 'cafepress')."/class.cafepressbox.php")) { require_once("class.cafepressbox.php"); $cp =& new cafePressBox(variable_get("cafepress_store_id", "")); $cp->setCacheDir(variable_get("cafepress_image_dir", "images/cafepress")/*."/cafepressboxcache"*/);