From e63c96fc03ee0445373e8ed09e4e85f9f9340d56 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 17 Mar 2008 19:13:22 +0000 Subject: [PATCH] define default $backend_type git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6015 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiDB/backend.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/WikiDB/backend.php b/lib/WikiDB/backend.php index 69ce083df..339c50df6 100644 --- a/lib/WikiDB/backend.php +++ b/lib/WikiDB/backend.php @@ -1,5 +1,5 @@ isSQL()) return; $dbh = &$this->_dbh; $log_tbl = $entry->_accesslog->logtable; // duration problem: sprintf "%f" might use comma e.g. "100,201" in european locales @@ -761,6 +766,9 @@ class WikiDB_backend_search_sql extends WikiDB_backend_search } // $Log: not supported by cvs2svn $ +// Revision 1.35 2007/08/25 18:17:46 rurban +// rearrange access_log columns into natural order: request_args +// // Revision 1.34 2007/07/14 12:03:51 rurban // just typo // -- 2.45.0