From: <var...@us...> - 2012-09-28 15:13:36
|
Revision: 8306 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8306&view=rev Author: vargenau Date: 2012-09-28 15:13:25 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Update Phpdoc Modified Paths: -------------- trunk/themes/Sidebar/themeinfo.php Modified: trunk/themes/Sidebar/themeinfo.php =================================================================== --- trunk/themes/Sidebar/themeinfo.php 2012-09-28 15:11:42 UTC (rev 8305) +++ trunk/themes/Sidebar/themeinfo.php 2012-09-28 15:13:25 UTC (rev 8306) @@ -69,7 +69,8 @@ /** CbUpload (&$request, $pathname) => true or false * Callback when a file is uploaded. virusscan, ... - * @param string $str + * @param $request + * @param $pathname * @return bool true for success, false to abort gracefully. * In case of false, the file is deleted by the caller, but the callback must * inform the user why the file was deleted. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |