Projet

Général

Profil

Révision 76e2e7c3

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/rules/modules/system.rules.inc
242 242
      'base' => 'rules_action_mail_to_users_of_role',
243 243
      'access callback' => 'rules_system_integration_access',
244 244
    ),
245
    'block_ip' => array(
246
      'label' => t('Block IP address'),
247
      'group' => t('System'),
248
      'parameter' => array(
249
        'ip_address' => array(
250
          'type' => 'ip_address',
251
          'label' => t('IP address'),
252
          'description' => t('If not provided, the IP address of the current user will be used.'),
253
          'optional' => TRUE,
254
          'default value' => NULL,
255
        ),
256
      ),
257
      'base' => 'rules_action_block_ip',
258
      'access callback' => 'rules_system_integration_access',
259
    ),
245 260
  );
246 261
}
247 262

  

Formats disponibles : Unified diff