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

Diff of /contributions/modules/actions/actions.module

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

revision 1.37, Tue Apr 29 19:31:27 2008 UTC revision 1.38, Tue Apr 29 20:00:33 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: actions.module,v 1.36 2008/04/29 18:27:08 jvandyk Exp $  // $Id: actions.module,v 1.37 2008/04/29 19:31:27 jvandyk Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1601  function node_assign_owner_action_form($ Line 1601  function node_assign_owner_action_form($
1601        '#title' => t('Username'),        '#title' => t('Username'),
1602        '#default_value' => $owner_name,        '#default_value' => $owner_name,
1603        '#autocomplete_path' => 'user/autocomplete',        '#autocomplete_path' => 'user/autocomplete',
1604        '#size' => '6',        '#size' => '10',
1605        '#maxlength' => '7',        '#maxlength' => '60',
1606        '#description' => $description,        '#description' => $description,
1607      );      );
1608    }    }

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

  ViewVC Help
Powered by ViewVC 1.1.2