Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv22507/lib
Modified Files:
Tag: release-1_2-branch
db_filesystem.php
Log Message:
Remove debugging output cruft which should never have made it to the CVS
repository in the first place.
Index: db_filesystem.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/db_filesystem.php,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** db_filesystem.php 2001/08/18 00:35:10 1.4.2.1
--- db_filesystem.php 2001/08/18 02:05:28 1.4.2.2
***************
*** 192,198 ****
while (list($key, $page) = each($pos['data'])) {
$pagedata = RetrievePage($dbi, $page, $WikiPageStore);
- printf("Page: '%s' => '%s'<br>\n",
- htmlspecialchars($page),
- htmlspecialchars($pagedata));
while (list($i, $line) = each($pagedata['content'])) {
--- 192,195 ----
|