From 0343043e04e2e84c6410d3499d074ee4b117308f Mon Sep 17 00:00:00 2001 From: wainstead Date: Fri, 21 Sep 2001 21:57:07 +0000 Subject: [PATCH] Fixed bug: BackLinkSearchNextMatch needed the address of $res. It was not incrementing $res[row] so it formed an infinite loop and phpwiki would just time out. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@580 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/pgsql.php | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/lib/pgsql.php b/lib/pgsql.php index f2a750e5f..39a9486dc 100644 --- a/lib/pgsql.php +++ b/lib/pgsql.php @@ -1,4 +1,4 @@ - +