function flickrapi_update_7001 in Flickr API 7.2
Same name and namespace in other branches
- 7 flickrapi.install \flickrapi_update_7001()
Rename the variable 'flickrcachepath' to 'flickrapi_cache_path'
File
- ./
flickrapi.install, line 24 - Update functions for the FlickrAPI module.
Code
function flickrapi_update_7001() {
variable_set('flickrapi_cache_path', variable_get('flickrcachepath', '/tmp'));
variable_del('flickrcachepath');
}