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

Diff of /contributions/modules/booktree/booktree.module

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

revision 1.5.2.2, Sat Jul 4 16:09:16 2009 UTC revision 1.5.2.3, Sat Jul 4 16:54:00 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: booktree.module,v 1.5.2.1 2009/06/10 17:41:19 heine Exp $  // $Id: booktree.module,v 1.5.2.2 2009/07/04 16:09:16 uccio Exp $
3    
4    
5  function booktree_help($section) {  function booktree_help($section) {
# Line 70  function booktree_configure() { Line 70  function booktree_configure() {
70      '#title' => t('Trimmer'),      '#title' => t('Trimmer'),
71      '#required' => TRUE,      '#required' => TRUE,
72      '#default_value' => variable_get('booktree_trim', 45),      '#default_value' => variable_get('booktree_trim', 45),
73      '#description' => t('Max lenght of title.')      '#description' => t('Max length of title.')
74    
75    );    );
76    return system_settings_form($form);    return system_settings_form($form);

Legend:
Removed from v.1.5.2.2  
changed lines
  Added in v.1.5.2.3

  ViewVC Help
Powered by ViewVC 1.1.2