aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utf
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-02-27 19:29:02 -0800
committerCesar G <prototech91@gmail.com>2014-02-27 19:29:02 -0800
commit5c3fc4840c6c5729b7144b8f268990684f151b12 (patch)
treeccc1a76371449747af252f5bf57136df9c9e5458 /tests/utf
parent620f2840d742056224efa4e41dfe31d1ba7b7c7d (diff)
downloadforums-5c3fc4840c6c5729b7144b8f268990684f151b12.tar
forums-5c3fc4840c6c5729b7144b8f268990684f151b12.tar.gz
forums-5c3fc4840c6c5729b7144b8f268990684f151b12.tar.bz2
forums-5c3fc4840c6c5729b7144b8f268990684f151b12.tar.xz
forums-5c3fc4840c6c5729b7144b8f268990684f151b12.zip
[ticket/12232] Remove excessive calls to sizeof() in assign_block_vars() method
The size of the template block array is calculated within a foreach loop iterating through the array, which is unnecessary. It only needs to be done once. In a block of 1000 rows, this results in 500,500 calls to sizeof() in this location. With this change, that's reduced to 1000. PHPBB3-12232
Diffstat (limited to 'tests/utf')
0 files changed, 0 insertions, 0 deletions