/[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.15.2.1, Sat Mar 22 03:25:47 2008 UTC revision 1.15.2.2, Thu Sep 18 18:14:54 2008 UTC
# Line 193  function flag_content_link($type, $entry Line 193  function flag_content_link($type, $entry
193            'href' => "flag_content/add/$eid/$type",            'href' => "flag_content/add/$eid/$type",
194            'attributes' => array(            'attributes' => array(
195              'class' => 'flag_content',              'class' => 'flag_content',
196              'title' => t('Notify the administrators this posting is problematic')              'title' => t('Notify the administrators this posting is problematic'),
197                'rel' => 'nofollow'
198              )              )
199            );            );
200        }        }
# Line 205  function flag_content_link($type, $entry Line 206  function flag_content_link($type, $entry
206              'href' => "flag_content/unflag/$eid/$type",              'href' => "flag_content/unflag/$eid/$type",
207              'attributes' => array(              'attributes' => array(
208                'class' => 'flag_content',                'class' => 'flag_content',
209                'title' => t('Remove flagged marking')                'title' => t('Remove flagged marking'),
210                  'rel' => 'nofollow'
211                )                )
212              );              );
213          }          }

Legend:
Removed from v.1.15.2.1  
changed lines
  Added in v.1.15.2.2

  ViewVC Help
Powered by ViewVC 1.1.2