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

Diff of /contributions/modules/flickr_imagefield/flickr_imagefield.module

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

revision 1.3, Sat Oct 17 19:56:56 2009 UTC revision 1.3.2.1, Sat Oct 17 20:11:25 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: flickr_imagefield.module,v 1.2 2009/10/15 05:40:08 sirkitree Exp $  // $Id: flickr_imagefield.module,v 1.3 2009/10/17 19:56:56 sirkitree Exp $
3    
4  /**  /**
5   * Implementation of hook_init().   * Implementation of hook_init().
# Line 68  function flickr_imagefield_form_flickr_a Line 68  function flickr_imagefield_form_flickr_a
68      '#description' => t('Enter space separated global tags to apply to all the uploads from this site.'),      '#description' => t('Enter space separated global tags to apply to all the uploads from this site.'),
69      '#weight' => -7,      '#weight' => -7,
70    );    );
71      if (module_exists('location')) {
72        $form['flickr_global_tag']['#description'] .= t('<br/>The following tokens are also supported: [city] [state] [country]');
73      }
74  }  }
75    
76  function flickr_imagefield_phpFlickr_submit() {  function flickr_imagefield_phpFlickr_submit() {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

  ViewVC Help
Powered by ViewVC 1.1.2