/[drupal]/contributions/modules/aclfield/aclfield.install
ViewVC logotype

Contents of /contributions/modules/aclfield/aclfield.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Tue Apr 17 02:26:32 2007 UTC (2 years, 7 months ago) by mfredrickson
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -5 lines
File MIME type: text/x-php
added a formatter for the field to display what the perms are
1 <?php
2 // $Id: aclfield.install,v 1.1 2007/01/30 00:14:04 mfredrickson Exp $
3
4 /**
5 * Implementation of hook_install().
6 */
7 function aclfield_install() {
8 db_query("DELETE FROM {node_access} WHERE realm = 'all' AND gid = '0'");
9 node_access_rebuild();
10 return true;
11 }

  ViewVC Help
Powered by ViewVC 1.1.2