aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/diff
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-01-09 14:10:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-01-09 14:10:44 +0000
commit2b35b9d60d42c750485ba84b31818fad0b4e0a91 (patch)
treeaca204f65d9e65f3b10433af1cb6e42daca9b89e /phpBB/includes/diff
parent164fb66f44322ccf5997cff8ccf154a1aa7f01d3 (diff)
downloadforums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar.gz
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar.bz2
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.tar.xz
forums-2b35b9d60d42c750485ba84b31818fad0b4e0a91.zip
- some bugfixes
- bugfixes for the convertor (typecasting for example was totally broken) git-svn-id: file:///svn/phpbb/trunk@6865 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/diff')
-rw-r--r--phpBB/includes/diff/engine.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/diff/engine.php b/phpBB/includes/diff/engine.php
index 456b5233d3..a74fa9d263 100644
--- a/phpBB/includes/diff/engine.php
+++ b/phpBB/includes/diff/engine.php
@@ -271,6 +271,7 @@ class diff_engine
}
}
+ // no reset() here
while (list($junk, $y) = each($matches))
{
if ($y > $this->seq[$k - 1])