From 8255b0f91f6312d4a81bf71d072c10364f957bd6 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Tue, 12 Jul 2011 12:44:51 -0400 Subject: [PATCH] BUG 000 PM tables (fix for imported tables) --- workflow/engine/controllers/pmTablesProxy.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index c3c260fc3..a3b25a1d0 100644 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -243,11 +243,11 @@ class pmTablesProxy extends HttpProxyController foreach ($columns as $i => $column) { //new feature, to reorder the columns - if (isset($oldFields[$column->uid])) { // the the field alreaday exists - if ($oldFields[$column->uid]['FLD_INDEX'] != $i) { // if its index has changed - $column->uid = ''; //set as new field, - } - } + // if (isset($oldFields[$column->uid])) { // the the field alreaday exists + // if ($oldFields[$column->uid]['FLD_INDEX'] != $i) { // if its index has changed + // $column->uid = ''; //set as new field, + // } + // } $field = array( 'FLD_UID' => $column->uid,