Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 416 → Rev 489

/trunk/jrest/services/InventoryItemList.php
144,8 → 144,7
$value=$row['count'];
}
$json = new Services_JSON();
$output = $json->encode((integer)$value);
$output = json_encode((integer)$value);
print($output);
return true;
169,8 → 168,7
}
$json = new Services_JSON();
$output = $json->encode($value);
$output = json_encode($value);
print($output);
return true;