- Timestamp:
- Jun 10, 2007 4:06:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tcl/scripts/result.tcl
r171 r766 31 31 # ---------------------------------------------------------------------- 32 32 proc Rappture::result {libobj {status 0}} { 33 global tcl_platform 34 33 35 $libobj put output.time [clock format [clock seconds]] 34 36 if {$status != 0} { … … 36 38 } else { 37 39 $libobj put output.status "ok" 40 } 41 42 if {[info exists tcl_platform(user)]} { 43 $libobj put output.user $tcl_platform(user) 38 44 } 39 45
Note: See TracChangeset
for help on using the changeset viewer.