--- cck_slideshow.module.old	2007-08-30 15:47:09.000000000 -0500
+++ cck_slideshow.module	2007-08-30 15:49:13.000000000 -0500
@@ -368,7 +368,7 @@ function theme_cck_slideshow_auto_css($i
  * Retreive the settings for a specific slideshow.
  */
 function cck_slideshow_get_settings($node_type, $field_name) {
-  $settings = variable_get('cck_slideshow_'. $node_type .'_'. $field_name, array());
+  $settings = variable_get(substr('cck_slideshow_'. $node_type .'_'. $field_name,0,48), array());
   $settings['loader'] = $settings['custom_loader'] ? $settings['custom_loader_path'] : drupal_get_path('module', 'cck_slideshow') .'/images/slideshow_loader.gif';
   $settings['links_position'] = $settings['links_position'];
   $settings['caption_position'] = isset($settings['caption_position']) ? $settings['caption_position'] : '';
