IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2007, 10:04:27 PM (18 years ago)
Author:
eugene
Message:

adding formats to fields, minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.php

    r14221 r15954  
    434434}
    435435
    436 function write_table_cell ($class, $link, $value) {
    437   $myValue = $value;
     436function write_table_cell ($class, $format, $link, $value) {
     437  $myValue = sprintf ($format, $value);
    438438  if ($myValue == "") { $myValue = " "; }
    439439
Note: See TracChangeset for help on using the changeset viewer.