You are here

constant TRANSLITERATION_RETROACTIVE in Transliteration 5.2

Same name and namespace in other branches
  1. 6.2 transliteration.install \TRANSLITERATION_RETROACTIVE

Whether to perform retroactive transliteration of existing files. Since this might break hard-coded links to files in content, it is disabled by default. Set to TRUE to enable.

2 uses of TRANSLITERATION_RETROACTIVE
transliteration_install in ./transliteration.install
Implementation of hook_install().
transliteration_update_1 in ./transliteration.install
Retroactively transliterate existing filenames.

File

./transliteration.install, line 13
Install, update, and uninstall functions for the transliteration module.

Code

define('TRANSLITERATION_RETROACTIVE', FALSE);