fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16716]


From: nelson . guerra
Subject: [Fmsystem-commits] [16716]
Date: Wed, 10 May 2017 00:44:07 -0400 (EDT)

Revision: 16716
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16716
Author:   nelson224
Date:     2017-05-10 00:44:06 -0400 (Wed, 10 May 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/inc/class.uireport.inc.php

Modified: branches/dev-syncromind-2/property/inc/class.uireport.inc.php
===================================================================
--- branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-09 14:29:27 UTC (rev 16715)
+++ branches/dev-syncromind-2/property/inc/class.uireport.inc.php       
2017-05-10 04:44:06 UTC (rev 16716)
@@ -359,7 +359,7 @@
                        $order = phpgw::get_var('order');
                        $aggregate = phpgw::get_var('aggregate');
                        $cbo_aggregate = phpgw::get_var('cbo_aggregate');
-                       $txt_aggregate = phpgw::get_var('txt_aggregate');
+                       //$txt_aggregate = phpgw::get_var('txt_aggregate');
 
                        $values['id'] = $report_id;
 
@@ -388,7 +388,7 @@
                        $values['report_definition']['order'] = $order;
                        $values['report_definition']['aggregate'] = $aggregate;
                        $values['report_definition']['cbo_aggregate'] = 
$cbo_aggregate;
-                       $values['report_definition']['txt_aggregate'] = 
$txt_aggregate;
+                       //$values['report_definition']['txt_aggregate'] = 
$txt_aggregate;
                        $values['dataset_id'] = $dataset_id;
 
                        return $values;
@@ -400,7 +400,7 @@
                        {
                                return $this->edit();
                        }
-                       
+                       print_r($_REQUEST); die;
                        /*
                         * Overrides with incoming data from POST
                         */
@@ -694,8 +694,8 @@
                        $html_table .= '<thead><tr>';
                        foreach ($columns as $col)
                        {
-                               $_check = '<input type="checkbox" id="c_'. 
$col['name'] .'" value="'. $col['name'] .'" onchange="build_check_groups(\''. 
$col['name'] .'\', \''. $col['type'] .'\')"/>';
-                               $html_table .= "<th align='center'>". $_check." 
".$col['name'] ."</th>";
+                               $_check = '<input type="checkbox" 
id="c_'.$col['name'].'" name="columns['.$col['name'].']" 
value="'.$col['name'].'" onchange="build_check_groups(\''. $col['name'] .'\', 
\''. $col['type'] .'\')"/>';
+                               $html_table .= "<th align='center'>".$_check." 
".$col['name']."</th>";
                        }
                        $html_table .= '</tr></thead>';
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]