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

Diff of /contributions/modules/flag_content/flag_content.module

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

revision 1.6.2.12.2.4, Thu Jun 19 18:38:11 2008 UTC revision 1.6.2.12.2.5, Thu Sep 18 18:14:03 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flag_content.module,v 1.6.2.12.2.3 2008/06/01 04:50:24 kbahey Exp $  // $Id: flag_content.module,v 1.6.2.12.2.4 2008/06/19 18:38:11 kbahey Exp $
3    
4  // Copyright 2006-2007 Khalid Baheyeldin http://2bits.com  // Copyright 2006-2007 Khalid Baheyeldin http://2bits.com
5    
# Line 224  function flag_content_link($type, $entry Line 224  function flag_content_link($type, $entry
224            'href' => "flag_content/add/$eid/$type",            'href' => "flag_content/add/$eid/$type",
225            'attributes' => array(            'attributes' => array(
226              'class' => 'flag_content',              'class' => 'flag_content',
227              'title' => t('Notify the administrators this posting is problematic')              'title' => t('Notify the administrators this posting is problematic'),
228                'rel' => 'nofollow'
229              )              )
230            );            );
231        }        }
# Line 236  function flag_content_link($type, $entry Line 237  function flag_content_link($type, $entry
237              'href' => "flag_content/unflag/$eid/$type",              'href' => "flag_content/unflag/$eid/$type",
238              'attributes' => array(              'attributes' => array(
239                'class' => 'flag_content',                'class' => 'flag_content',
240                'title' => t('Remove flagged marking')                'title' => t('Remove flagged marking'),
241                  'rel' => 'nofollow'
242                )                )
243              );              );
244          }          }

Legend:
Removed from v.1.6.2.12.2.4  
changed lines
  Added in v.1.6.2.12.2.5

  ViewVC Help
Powered by ViewVC 1.1.2