Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/plugins/views_plugin_cache_time.inc
41 41
      '#maxlength' => '30',
42 42
      '#description' => t('Length of time in seconds raw query results should be cached.'),
43 43
      '#default_value' => $this->options['results_lifespan_custom'],
44
      '#process' => array('form_process_select','ctools_dependent_process'),
44
      '#process' => array('ctools_dependent_process'),
45 45
      '#dependency' => array(
46 46
        'edit-cache-options-results-lifespan' => array('custom'),
47 47
      ),
......
60 60
      '#maxlength' => '30',
61 61
      '#description' => t('Length of time in seconds rendered HTML output should be cached.'),
62 62
      '#default_value' => $this->options['output_lifespan_custom'],
63
      '#process' => array('form_process_select','ctools_dependent_process'),
63
      '#process' => array('ctools_dependent_process'),
64 64
      '#dependency' => array(
65 65
        'edit-cache-options-output-lifespan' => array('custom'),
66 66
      ),

Formats disponibles : Unified diff