Hi!

In rotating_banner.module, the following code is duplicated (at lines 38-45 and 47-54)

 $items['admin/structure/rotating_banner/slide/%rotating_banner_slide/delete'] = array(
      'title' => 'Create new slide',
      'description' => 'Creates a new rotating banner slide.',
      'page callback' => 'drupal_get_form',
      'page arguments' => array('rotating_banner_slide_delete_confirm', 4),
      'access arguments' => array('administer blocks'),
      'file' => 'rotating_banner.admin.inc',
      );

Cheers

Franck Horlaville
TAM Software

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tamsoftware’s picture

Here's the patch file

tamsoftware’s picture

Update: I see that my patch files also includes the patch for fixing z-index error which I submitted in http://drupal.org/node/1209712 and the patch to add the randomize feature from http://drupal.org/node/1210078