You are here

function _lineage_format_warning in Taxonomy Lineage 6

Same name and namespace in other branches
  1. 7 lineage.module \_lineage_format_warning()

Displays a warning if appears that lineage strings are in the wrong format.

2 calls to _lineage_format_warning()
lineage_get_weight in ./lineage.module
Get the weight string from the beginning of a lineage term string.
lineage_strip_weight in ./lineage.module
Strip the weight from the beginning of a lineage term string.

File

./lineage.module, line 318

Code

function _lineage_format_warning() {
  drupal_set_message(t("Warning: your lineage data appears to be in an old format.  Try disabling and re-enabling the module, or run update.php."), 'warning', FALSE);
}