/[drupal]/contributions/modules/view_own/view_own.module
ViewVC logotype

Diff of /contributions/modules/view_own/view_own.module

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

revision 1.1.2.2, Wed May 27 14:43:49 2009 UTC revision 1.1.2.3, Wed May 27 14:55:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:  // vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
3  // $Id: view_own.module,v 1.1.2.1 2008/09/04 04:19:48 djuba Exp $  // $Id: view_own.module,v 1.1.2.2 2009/05/27 14:43:49 kenorb Exp $
4    
5  /**  /**
6   * @file   * @file
# Line 15  Line 15 
15  function view_own_help($path, $arg) {  function view_own_help($path, $arg) {
16    switch ($path) {    switch ($path) {
17      case 'admin/help#view_own':      case 'admin/help#view_own':
18        $output = 'Some help info about module';        $output = t('Some help info about module');
19        $output = '<p>'. t('The view own module allows administrators to restrict access to nodes with two additional permssions for each content type: "view own <content-type> content"  and "view any <content-type> content".') .'</p>';        $output = '<p>'. t('The view own module allows administrators to restrict access to nodes with two additional permssions for each content type: "view own <content-type> content"  and "view any <content-type> content".') .'</p>';
20        return $output;        return $output;
21    }    }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2