Same name and namespace in other branches
  1. 7.x-1.x colorbox.module \colorbox_gallery_exists() 1 comment

Gallery Exists Function.

Machine names normally need to be unique but that does not apply to galleries.

Return value

false Always FALSE

File

./colorbox.module, line 659

Code

function colorbox_gallery_exists() {
    return FALSE;
}