From: <var...@us...> - 2021-07-23 15:12:37
|
Revision: 10358 http://sourceforge.net/p/phpwiki/code/10358 Author: vargenau Date: 2021-07-23 15:12:35 +0000 (Fri, 23 Jul 2021) Log Message: ----------- lib/Units.php: function _cmd is private Modified Paths: -------------- trunk/lib/Units.php Modified: trunk/lib/Units.php =================================================================== --- trunk/lib/Units.php 2021-07-16 11:25:04 UTC (rev 10357) +++ trunk/lib/Units.php 2021-07-23 15:12:35 UTC (rev 10358) @@ -130,7 +130,7 @@ return ''; } - function _cmd($args) + private function _cmd($args) { if ($this->errcode) return $args; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |