You are here

function _lineage_format_warning in Taxonomy Lineage 7

Same name and namespace in other branches
  1. 6 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 397
lineage.module Module code for taxonomy term hierarchy lineage.

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);
}