Uncommenting out the commented line produces an error, where nothing is being returned to remoting. Any one have issues with this?
foreach ($demos as $key =>$props){
$value['demos'][$key] = $props;
//$value['actualpercent'][$key] =int($props)*10;
}
Thanks,
patrick

