Parent Directory
|
Revision Log
|
Revision Graph
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 |