diff --git a/ebsco/ebsco.module b/ebsco/ebsco.module index cada084..9a8955c 100644 --- a/ebsco/ebsco.module +++ b/ebsco/ebsco.module @@ -92,9 +92,6 @@ function ebsco_permission() { 'administer ebsco' => array( 'title' => t('Administer EBSCO') ), - 'use ebsco' => array( - 'title' => t('Use EBSCO') - ) ); } @@ -1033,4 +1030,4 @@ function auto_link($string) $string ); return $linkedString; -} \ No newline at end of file +}