1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-08 19:03:02 +02:00
Files
php-phpbb/phpBB/phpbb/template
Joas Schilling 831e9116ab [ticket/12892] Do not set S_NUM_ROWS when adding a row to a template loop
We do not set S_NUM_ROWS while adding a row, to reduce the complexity
If we would set it on adding, each subsequent adding would cause
n modifications, resulting in a O(n!) complexity, rather then O(n)

PHPBB3-12892
2014-07-25 17:48:53 +02:00
..