You are here

function gallery_assist_api_version in Gallery Assist 6

Advertise the current GA api version

File

./gallery_assist.module, line 19
Drupal content type with gallery functionality.

Code

function gallery_assist_api_version() {
  return '1';
}