- Timestamp:
- Feb 11, 2011, 4:29:48 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/scripts/generate (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippMonitor/scripts/generate
r29485 r30586 58 58 if ($key eq "FIELD") { 59 59 ($field, $width, $format, $name, $show, $link, $extras) = split (/,\s+/, $value, 7); 60 if (! $name) { die "table $ARGV[0] missing required elements \n"; }60 if (! $name) { die "table $ARGV[0] missing required elements: $value\n"; } 61 61 if ($field =~ m|\S+\s+as\s+\S+|) { 62 62 ($fieldreal) = $field =~ m|\S+\s+as\s+(\S+)|;
Note:
See TracChangeset
for help on using the changeset viewer.
