From 1302cf226571d6dbd943e64bbc0585c4313e5969 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 22 Dec 2006 00:27:37 +0000 Subject: [PATCH] just add Log git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5222 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiDB/backend.php | 4 +++- lib/WikiDB/backend/PearDB_oci8.php | 5 ++++- lib/WikiDB/backend/PearDB_pgsql.php | 6 ++++-- lib/WikiDB/backend/dbaBase.php | 5 ++++- lib/WikiDB/backend/dumb/MostPopularIter.php | 5 +++-- lib/WikiDB/backend/dumb/MostRecentIter.php | 4 +++- 6 files changed, 21 insertions(+), 8 deletions(-) diff --git a/lib/WikiDB/backend.php b/lib/WikiDB/backend.php index fe5a26140..714ee92cd 100644 --- a/lib/WikiDB/backend.php +++ b/lib/WikiDB/backend.php @@ -1,5 +1,5 @@ _get_pageid($to, false)) { // Cludge Alert! // This page does not exist (already verified before), but exists in the page table. - // So we delete this page. + // So we delete this page in one step. $dbh->query("SELECT prepare_rename_page($id, $new)"); } $dbh->query(sprintf("UPDATE $page_tbl SET pagename='%s' WHERE id=$id", @@ -312,6 +312,8 @@ select * from stat('select idxfti from version') order by ndoc desc, nentry desc } } +// $Log: not supported by cvs2svn $ + // (c-file-style: "gnu") // Local Variables: // mode: php diff --git a/lib/WikiDB/backend/dbaBase.php b/lib/WikiDB/backend/dbaBase.php index 89b4040af..1622efc02 100644 --- a/lib/WikiDB/backend/dbaBase.php +++ b/lib/WikiDB/backend/dbaBase.php @@ -1,4 +1,5 @@ - diff --git a/lib/WikiDB/backend/dumb/MostRecentIter.php b/lib/WikiDB/backend/dumb/MostRecentIter.php index 733282627..065d68c35 100644 --- a/lib/WikiDB/backend/dumb/MostRecentIter.php +++ b/lib/WikiDB/backend/dumb/MostRecentIter.php @@ -1,5 +1,5 @@