Compare commits
No commits in common. "master" and "v1.4.1" have entirely different histories.
|
@ -211,12 +211,10 @@ function macro_IS_DEV($jsm)
|
||||||
*/
|
*/
|
||||||
function macro_PROP($jsm, $expr)
|
function macro_PROP($jsm, $expr)
|
||||||
{
|
{
|
||||||
$res = \taskman\get($expr);
|
return \taskman\get($expr);
|
||||||
if(is_string($res))
|
|
||||||
return '"'.$res.'"';
|
|
||||||
return $res;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @global
|
* @global
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue