/[drupal]/contributions/modules/slideshowcs/slideshowcs.module
ViewVC logotype

Diff of /contributions/modules/slideshowcs/slideshowcs.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.6.2.7, Sun Apr 19 15:07:29 2009 UTC revision 1.1.2.6.2.8, Mon Apr 20 18:28:40 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: slideshowcs.module,v 1.1.2.6.2.6 2009/01/13 14:32:39 davebv Exp $  // $Id: slideshowcs.module,v 1.1.2.6.2.7 2009/04/19 15:07:29 davebv Exp $
3    
4  /**  /**
5    * @file    * @file
# Line 487  function slideshowcs_my_block_form($delt Line 487  function slideshowcs_my_block_form($delt
487        //'#title' => t('Link to...'),        //'#title' => t('Link to...'),
488        '#default_value' => variable_get($auxiliar, ''),        '#default_value' => variable_get($auxiliar, ''),
489        '#size' => 30,        '#size' => 30,
490        '#maxlength' => 30,        '#maxlength' => 500,
491        //'#description' => t("Duration."),        //'#description' => t("Duration."),
492        '#required' => FALSE,        '#required' => FALSE,
493        '#weight' => 9 ,        '#weight' => 9 ,
# Line 572  function slideshowcs_my_block_form_save( Line 572  function slideshowcs_my_block_form_save(
572      variable_set($auxiliar, $edit[$auxiliar]) ;      variable_set($auxiliar, $edit[$auxiliar]) ;
573      // Link      // Link
574      $auxiliar = 'link'. $indice . $delta ;      $auxiliar = 'link'. $indice . $delta ;
575      variable_set($auxiliar, $edit[$auxiliar]) ;      variable_set($auxiliar, check_url($edit[$auxiliar])) ;
576    }    }
577    return 0;    return 0;
578  }  }

Legend:
Removed from v.1.1.2.6.2.7  
changed lines
  Added in v.1.1.2.6.2.8

  ViewVC Help
Powered by ViewVC 1.1.2