| 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(). |
| 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() { |