You are here

constant L10N_UPDATE_TIMESTAMP_THRESHOLD in Localization update 7

Same name and namespace in other branches
  1. 6 l10n_update.check.inc \L10N_UPDATE_TIMESTAMP_THRESHOLD

Threshold for timestamp comparison.

Eliminates a difference between the download time (Database: l10n_update_file.timestamp) and the actual .po file timestamp.

1 use of L10N_UPDATE_TIMESTAMP_THRESHOLD
_l10n_update_source_compare in ./l10n_update.check.inc
Compare two update sources, looking for the newer one (bigger timestamp).

File

./l10n_update.check.inc, line 16
Reusable API for l10n remote updates using $source objects

Code

define('L10N_UPDATE_TIMESTAMP_THRESHOLD', 2);