Fix: removed test code
This commit is contained in:
parent
38dbf74688
commit
70cf195fb4
@ -33,8 +33,7 @@ if (! function_exists('json_encode'))
|
|||||||
*/
|
*/
|
||||||
function json_encode($elements)
|
function json_encode($elements)
|
||||||
{
|
{
|
||||||
return 'ttt';
|
return dol_json_encode($elements);
|
||||||
//return dol_json_encode($elements);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user