This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/modules/cck/modules/content_permissions/content_permissions.install

9 lines
No EOL
335 B
Text

<?php
/**
* @file
* Implementation of hook_install().
*/
function content_permissions_install() {
drupal_set_message(t('Please <a href="!url">configure your field permissions</a> immediately. All fields are inaccessible by default.', array('!url' => url('admin/user/permissions', array('fragment' => 'content_permissions')))));
}