diff options
author | Urban Müller | 2008-05-05 15:55:16 +0000 |
---|---|---|
committer | Urban Müller | 2008-05-05 15:55:16 +0000 |
commit | 4ea3e83bc27a94d23add12bf4ce38669456fd730 (patch) | |
tree | 65bdf4f55e228bc0c2939c2296695ba96b84e8ef /it_text.class | |
parent | 003e365f0fe745cd8aa511eca1532da9e7560211 (diff) | |
download | itools-4ea3e83bc27a94d23add12bf4ce38669456fd730.tar.gz itools-4ea3e83bc27a94d23add12bf4ce38669456fd730.tar.bz2 itools-4ea3e83bc27a94d23add12bf4ce38669456fd730.zip |
ultraformatting2999
Diffstat (limited to 'it_text.class')
-rw-r--r-- | it_text.class | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/it_text.class b/it_text.class index 9d3e406..593659d 100644 --- a/it_text.class +++ b/it_text.class @@ -53,7 +53,8 @@ function it_text($p = null) } # Read and merge texts from php files if none defined yet - foreach ($phpfiles as $phpfile) { + foreach ($phpfiles as $phpfile) + { $oldtexts = $this->statictexts; if (is_array($ret = @include($phpfile))) $this->statictext += $ret; |