You are here

constant COMMUNITY_TAGS_OPMODE_NOSYNC in Community Tags 6.2

Same name and namespace in other branches
  1. 6 community_tags.module \COMMUNITY_TAGS_OPMODE_NOSYNC
  2. 7 community_tags.module \COMMUNITY_TAGS_OPMODE_NOSYNC

Operation modes.

1 use of COMMUNITY_TAGS_OPMODE_NOSYNC
_community_tags_get_settings in ./community_tags.module
Get CT settings. This is more complex than it might be because the validity of CT settings depends on various other factors that may change after a CT configuration has been changed. This gaurantees that returned settings are valid so users…

File

./community_tags.module, line 22
Implements community tagging of nodes using a specific vocabulary for Drupal v6.x

Code

define('COMMUNITY_TAGS_OPMODE_NOSYNC', 0x0);