You are here

function flickrapi_update_6100 in Flickr API 6

Rename the variable 'flickrcachepath' to 'flickrapi_cache_path'

File

./flickrapi.install, line 23
Update functions for the FlickrAPI module.

Code

function flickrapi_update_6100() {
  variable_set('flickrapi_cache_path', variable_get('flickrcachepath', '/tmp'));
  variable_del('flickrcachepath');
}