Changeset 32560
- Timestamp:
- Oct 19, 2011, 2:22:44 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110622/tools/regpeek.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/tools/regpeek.pl
r31382 r32560 43 43 foreach my $row (@{ $data }) { 44 44 my ($exp_name,$class_id,$bt_state,$data_state,$uri,$exp_id) = @{ $row }; 45 print "$exp_name $class_id $bt_state $data_state $uri\n"; 45 print "$exp_name $class_id $bt_state $data_state $uri\t"; 46 if (($bt_state > -10)&&($data_state eq 'check_burntool')) { 47 print "#??? regtool -updateprocessedimfile -exp_id $exp_id -class_id $class_id -set_state pending_burntool -dbname gpc1"; 48 } 49 print "\n"; 46 50 if ($logs) { 47 51 $reg_log = $uri;
Note:
See TracChangeset
for help on using the changeset viewer.
