From: <var...@us...> - 2012-11-14 15:47:19
|
Revision: 8439 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8439&view=rev Author: vargenau Date: 2012-11-14 15:47:08 +0000 (Wed, 14 Nov 2012) Log Message: ----------- Remove empty lines Modified Paths: -------------- trunk/lib/WikiDB.php Modified: trunk/lib/WikiDB.php =================================================================== --- trunk/lib/WikiDB.php 2012-11-14 15:45:07 UTC (rev 8438) +++ trunk/lib/WikiDB.php 2012-11-14 15:47:08 UTC (rev 8439) @@ -755,9 +755,6 @@ } } - - - /** * A base class which representing a wiki-page within a * WikiDB. @@ -1539,8 +1536,6 @@ } - - /** * This class represents a specific revision of a WikiDB_Page within * a WikiDB. @@ -1888,9 +1883,6 @@ } } - - - /** * Class representing a sequence of WikiDB_Pages. * TODO: Enhance to php5 iterators @@ -2046,8 +2038,6 @@ } - - /** * A class which represents a sequence of WikiDB_PageRevisions. * TODO: Enhance to php5 iterators @@ -2134,8 +2124,6 @@ } } - - /** pseudo iterator */ class WikiDB_Array_PageIterator @@ -2431,8 +2419,6 @@ } } - - function _sql_debuglog($msg, $newline = true, $shutdown = false) { static $fp = false; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |