From: <var...@us...> - 2016-07-17 10:57:59
|
Revision: 9882 http://sourceforge.net/p/phpwiki/code/9882 Author: vargenau Date: 2016-07-17 10:57:56 +0000 (Sun, 17 Jul 2016) Log Message: ----------- Revert lib/Units.php; GNU units needed Modified Paths: -------------- trunk/lib/Units.php Modified: trunk/lib/Units.php =================================================================== --- trunk/lib/Units.php 2016-07-17 09:47:19 UTC (rev 9881) +++ trunk/lib/Units.php 2016-07-17 10:57:56 UTC (rev 9882) @@ -30,7 +30,7 @@ elseif (defined("UNITS_EXE")) // ignore dynamic check $this->errcode = 0; else - exec("units m2 ft2", $o, $this->errcode); + exec("units m2", $o, $this->errcode); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |