diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-02 19:26:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-02 19:26:23 +0000 |
commit | 0baad49d620d9988837287cb5942eea764d3ed6f (patch) | |
tree | 146072f69b433cb7922572ba2ac627a83987edd4 /modules/statistics | |
parent | ef4513651e210784ba84eb310cf919e26f668bed (diff) | |
download | brdo-0baad49d620d9988837287cb5942eea764d3ed6f.tar.gz brdo-0baad49d620d9988837287cb5942eea764d3ed6f.tar.bz2 |
- Patch #635094 by plach: unify 'language neutral' language codes.
Diffstat (limited to 'modules/statistics')
-rw-r--r-- | modules/statistics/statistics.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.pages.inc b/modules/statistics/statistics.pages.inc index 5dc6f8962..01d902932 100644 --- a/modules/statistics/statistics.pages.inc +++ b/modules/statistics/statistics.pages.inc @@ -38,7 +38,7 @@ function statistics_node_tracker() { ); } - drupal_set_title($node->title[FIELD_LANGUAGE_NONE][0]['value']); + drupal_set_title($node->title[LANGUAGE_NONE][0]['value']); $build['statistics_table'] = array( '#theme' => 'table', '#header' => $header, |