diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-03-16 12:09:30 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-03-16 12:09:30 +0100 |
commit | 63703ba5bd81f50c43bc45f8bf79c514afa3ee49 (patch) | |
tree | bbfa7eef5fa5bdd6adc4438d2eb33679145d0c89 /inc/indexer.php | |
parent | d086370fa9b2f3cfa66d4584ed76314e216df899 (diff) | |
download | dokuwiki-63703ba5bd81f50c43bc45f8bf79c514afa3ee49.tar.gz dokuwiki-63703ba5bd81f50c43bc45f8bf79c514afa3ee49.zip |
coding style updates
Diffstat (limited to 'inc/indexer.php')
-rw-r--r-- | inc/indexer.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index 6766bec25..80d2651c2 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -291,7 +291,6 @@ class Doku_Indexer { $val_idx = array(); } - foreach ($values as $val) { $val = (string)$val; if ($val !== "") { |