Changeset 15954 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Dec 28, 2007, 10:04:27 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r14221 r15954 434 434 } 435 435 436 function write_table_cell ($class, $ link, $value) {437 $myValue = $value;436 function write_table_cell ($class, $format, $link, $value) { 437 $myValue = sprintf ($format, $value); 438 438 if ($myValue == "") { $myValue = " "; } 439 439
Note:
See TracChangeset
for help on using the changeset viewer.
