/[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.11.2.3, Sat Jul 4 16:18:16 2009 UTC revision 1.11.2.4, Sat Jul 4 16:40:15 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: booktree.module,v 1.11.2.2 2009/06/10 17:42:05 heine Exp $  // $Id: booktree.module,v 1.11.2.3 2009/07/04 16:18:16 uccio Exp $
3    
4    
5    
# 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.11.2.3  
changed lines
  Added in v.1.11.2.4

  ViewVC Help
Powered by ViewVC 1.1.2