From e62bb56b8733f2af0feedc75b132e13d31c10f61 Mon Sep 17 00:00:00 2001 From: dairiki Date: Wed, 7 Nov 2001 18:58:14 +0000 Subject: [PATCH] Fix SF bug #462168: hit count broken for pages with apostrophes in their names. These fixes are untested, but they are entirely analogous to similar fixes in mysql.php (which I have tested). Barring typos on my part, I think they're unlikely to cause problems. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@607 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/msql.php | 12 +++++++----- lib/mssql.php | 12 +++++++----- lib/pgsql.php | 11 +++++++---- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/lib/msql.php b/lib/msql.php index 70def2437..a776dd931 100644 --- a/lib/msql.php +++ b/lib/msql.php @@ -1,4 +1,4 @@ -