From: <var...@us...> - 2016-07-17 09:34:07
|
Revision: 9880 http://sourceforge.net/p/phpwiki/code/9880 Author: vargenau Date: 2016-07-17 09:34:04 +0000 (Sun, 17 Jul 2016) Log Message: ----------- Avoid "usage: units [-f unitsfile] [-q] [-v] [from-unit to-unit]" message in log Modified Paths: -------------- trunk/lib/Units.php Modified: trunk/lib/Units.php =================================================================== --- trunk/lib/Units.php 2016-07-12 16:38:59 UTC (rev 9879) +++ trunk/lib/Units.php 2016-07-17 09:34:04 UTC (rev 9880) @@ -30,7 +30,7 @@ elseif (defined("UNITS_EXE")) // ignore dynamic check $this->errcode = 0; else - exec("units m2", $o, $this->errcode); + exec("units m2 ft2", $o, $this->errcode); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |