From: <var...@us...> - 2015-01-30 15:19:00
|
Revision: 9503 http://sourceforge.net/p/phpwiki/code/9503 Author: vargenau Date: 2015-01-30 15:18:59 +0000 (Fri, 30 Jan 2015) Log Message: ----------- PHP Doc Modified Paths: -------------- trunk/lib/ziplib.php Modified: trunk/lib/ziplib.php =================================================================== --- trunk/lib/ziplib.php 2015-01-30 10:05:37 UTC (rev 9502) +++ trunk/lib/ziplib.php 2015-01-30 15:18:59 UTC (rev 9503) @@ -502,6 +502,13 @@ * automatically convert encodings to a safe type if they receive * mail encoded in '8bit' and/or 'binary' encodings. */ + +/** + * @param WikiDB_Page $page + * @param WikiDB_PageRevision $revision + * @return string + */ + function MimeifyPageRevision(&$page, &$revision) { // $wikidb =& $revision->_wikidb; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |