From 62df02cdfdff381bb8ff8554f873081a3c0a4527 Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 17 Apr 2006 17:30:35 +0000 Subject: [PATCH] just whitespace and linewrap git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5057 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/DbaDatabase.php | 4 ++-- lib/WikiDB/backend.php | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/DbaDatabase.php b/lib/DbaDatabase.php index e21578f7b..65115b516 100644 --- a/lib/DbaDatabase.php +++ b/lib/DbaDatabase.php @@ -1,4 +1,4 @@ -_error("sync()"); } - function optimize() { + function optimize () { if (!dba_optimize($this->_dbh)) return $this->_error("optimize()"); return 1; diff --git a/lib/WikiDB/backend.php b/lib/WikiDB/backend.php index 0809befa5..8820035ce 100644 --- a/lib/WikiDB/backend.php +++ b/lib/WikiDB/backend.php @@ -1,5 +1,5 @@ _case_exact ? "i":"").")"; } /* Eliminate stoplist words. - Keep a list of Stoplisted words to inform the poor user. */ + * Keep a list of Stoplisted words to inform the poor user. + */ function isStoplisted ($node) { // check only on WORD or EXACT fulltext search if ($node->op != 'WORD' and $node->op != 'EXACT') -- 2.45.0