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