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

Contents of /contributions/modules/rolespecific_node/rolespecific_node.install

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Jul 17 14:06:46 2008 UTC (16 months, 1 week ago) by lapino
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-beta2, DRUPAL-6--1-0-beta, DRUPAL-6--1-0-BETA4, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +1 -0 lines
File MIME type: text/x-php
- Code cleanup: should conform to coding standards
- Removed unused hook_perm() implementation
- Fix: identical messages are shown only once now
- Fixed some interface wording
- Added Dutch translation and translation template
- Added README.txt and CHANGELOG.txt
1 <?php
2 // $Id$
3 /**
4 * Implementation of hook_install().
5 */
6 function rolespecific_node_install() {
7
8 }
9
10 /**
11 * Implementation of hook_uninstall().
12 */
13 function rolespecific_node_uninstall() {
14
15 }

  ViewVC Help
Powered by ViewVC 1.1.2