You are here

function node_gallery_api_update_7001 in Node Gallery 7

NOTE: After this update, you may need to revert the view called "Node Gallery: Gallery Item Views" to repair issues related to sorting order. This can be done under Structure, Views. Expand the edit button and choose "revert". If you have intentionally customized this view, make sure the sort order includes Node Gallery weight.

File

./node_gallery_api.install, line 195
Install, update and uninstall functions for the node_gallery_api module.

Code

function node_gallery_api_update_7001() {

  // This is just a message to the user.
  $t = get_t();
  return $t('<strong>NOTE: After this update, you may need to revert the view called "Node Gallery: Gallery Item Views" to repair issues related to sorting order. This can be done under Structure, Views. Expand the edit button and choose "revert". If you have intentionally customized this view, make sure the sort order includes Node Gallery weight.</strong>');
}