From: <var...@us...> - 2015-02-18 14:03:02
|
Revision: 9545 http://sourceforge.net/p/phpwiki/code/9545 Author: vargenau Date: 2015-02-18 14:02:54 +0000 (Wed, 18 Feb 2015) Log Message: ----------- PHP Doc Modified Paths: -------------- trunk/PhpWiki.wsdl trunk/lib/plugin/WhoIsOnline.php Modified: trunk/PhpWiki.wsdl =================================================================== --- trunk/PhpWiki.wsdl 2015-02-18 14:01:06 UTC (rev 9544) +++ trunk/PhpWiki.wsdl 2015-02-18 14:02:54 UTC (rev 9545) @@ -360,7 +360,7 @@ <service name="wikiService"> <port name="wikiPortType" binding="tns:wikiBinding"> - <soap:address location="http://phpwiki.fr/SOAP.php" /> + <soap:address location="http://phpwiki.nmu.alcatel.fr/phpwiki/SOAP.php" /> </port> </service> </definitions> Modified: trunk/lib/plugin/WhoIsOnline.php =================================================================== --- trunk/lib/plugin/WhoIsOnline.php 2015-02-18 14:01:06 UTC (rev 9544) +++ trunk/lib/plugin/WhoIsOnline.php 2015-02-18 14:02:54 UTC (rev 9545) @@ -73,9 +73,10 @@ return new Template('online', $request, array_merge($args, $stats, $other)); } - // box is used to display a fixed-width, narrow version with common header - // just the number of online users. /** + * box is used to display a fixed-width, narrow version with common header + * just the number of online users. + * * @param string $args * @param WikiRequest $request * @param string $basepage This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |