From 349d518324fad6076d7f7410316229f8e06c0c04 Mon Sep 17 00:00:00 2001 From: dairiki Date: Sat, 18 Aug 2001 02:05:28 +0000 Subject: [PATCH] Remove debugging output cruft which should never have made it to the CVS repository in the first place. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@539 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/db_filesystem.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/db_filesystem.php b/lib/db_filesystem.php index 9204ca994..27121c9f5 100644 --- a/lib/db_filesystem.php +++ b/lib/db_filesystem.php @@ -1,4 +1,4 @@ - '%s'
\n", - htmlspecialchars($page), - htmlspecialchars($pagedata)); while (list($i, $line) = each($pagedata['content'])) { if (preg_match($pos['search'], $line)) -- 2.45.0