From 865796f34479f94ecc2d84411b7a694928146aa9 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Wed, 3 Aug 2011 11:21:48 -0400 Subject: [PATCH] BUG 000 PM tables issue, compatibility old ver. of PHP 5.2.x oldest --- workflow/engine/controllers/pmTablesProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index f656aad19..03085e35f 100644 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -791,7 +791,7 @@ class pmTablesProxy extends HttpProxyController { require_once 'classes/model/AdditionalTables.php'; - $tablesToExport = json_decode($httpData->rows); + $tablesToExport = json_decode(stripslashes($httpData->rows)); try{ G::LoadCLass('net');