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

Diff of /contributions/modules/bbcode_wysiwyg/bbcode_wysiwyg.module

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

revision 1.4.4.2, Fri Nov 16 17:59:56 2007 UTC revision 1.4.4.3, Tue Jan 1 17:56:15 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bbcode_wysiwyg.module,v 1.4 2007/02/01 23:59:58 mindless Exp $  // $Id: bbcode_wysiwyg.module,v 1.4.4.2 2007/11/16 17:59:56 jrbeeman Exp $
3    
4  /**  /**
5   * Implementation of hook_perm().   * Implementation of hook_perm().
# Line 135  function bbcode_wysiwyg_form_alter($form Line 135  function bbcode_wysiwyg_form_alter($form
135    
136    if ($show && user_access('access bbcode formatting bar')) {    if ($show && user_access('access bbcode formatting bar')) {
137      bbcode_wysiwyg_add($is_node, $attachTo);      bbcode_wysiwyg_add($is_node, $attachTo);
     dpm('Show bbcode formatting bar');  
138    }    }
139  }  }
140    

Legend:
Removed from v.1.4.4.2  
changed lines
  Added in v.1.4.4.3

  ViewVC Help
Powered by ViewVC 1.1.2