Fix: removed test code

This commit is contained in:
Laurent Destailleur 2012-10-19 09:34:31 +02:00
parent 38dbf74688
commit 70cf195fb4

View File

@ -33,8 +33,7 @@ if (! function_exists('json_encode'))
*/
function json_encode($elements)
{
return 'ttt';
//return dol_json_encode($elements);
return dol_json_encode($elements);
}
}