*** noie6.module.backup	2011-06-06 18:01:20.000000000 +0300
--- noie6.module	2011-06-06 18:33:46.000000000 +0300
***************
*** 42,55 ****
  }
  
  /**
-  * Access check for the noie6 administration page
-  * @return boolean
-  */
- function noie6_admin_page_access() {
-   return user_access('access administration pages') || user_access('administer noie6');
- }
- 
- /**
   * Implementation of hook_menu().
   */
  function noie6_menu() {
--- 42,47 ----
***************
*** 60,67 ****
      'description' => 'Modify this settings for a better fit with your design. Remember you can also style the module by CSS.',
      'page callback' => 'drupal_get_form',
      'page arguments' => array('noie6_admin_settings'),
!     'access callback' => 'noie6_admin_page_access',
!     'access arguments' => array(1),
      'type' => MENU_NORMAL_ITEM,
     );
    
--- 52,58 ----
      'description' => 'Modify this settings for a better fit with your design. Remember you can also style the module by CSS.',
      'page callback' => 'drupal_get_form',
      'page arguments' => array('noie6_admin_settings'),
!     'access arguments' => array('administer noie6'),
      'type' => MENU_NORMAL_ITEM,
     );
    
