From 4577696196872da7793ae6c8f3fc0e06e5271b51 Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 14 Nov 2012 15:47:08 +0000 Subject: [PATCH] Remove empty lines git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8439 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/WikiDB.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/WikiDB.php b/lib/WikiDB.php index dc605333d..4658f20e7 100644 --- a/lib/WikiDB.php +++ b/lib/WikiDB.php @@ -755,9 +755,6 @@ class WikiDB } } - - - /** * A base class which representing a wiki-page within a * WikiDB. @@ -1539,8 +1536,6 @@ class WikiDB_Page } - - /** * This class represents a specific revision of a WikiDB_Page within * a WikiDB. @@ -1888,9 +1883,6 @@ class WikiDB_PageRevision } } - - - /** * Class representing a sequence of WikiDB_Pages. * TODO: Enhance to php5 iterators @@ -2046,8 +2038,6 @@ class WikiDB_PageIterator } - - /** * A class which represents a sequence of WikiDB_PageRevisions. * TODO: Enhance to php5 iterators @@ -2134,8 +2124,6 @@ class WikiDB_PageRevisionIterator } } - - /** pseudo iterator */ class WikiDB_Array_PageIterator @@ -2431,8 +2419,6 @@ class WikiDB_cache } } - - function _sql_debuglog($msg, $newline = true, $shutdown = false) { static $fp = false; -- 2.45.0