Changeset 28787
- Timestamp:
- Jul 29, 2010, 9:25:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/CzarDb.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/CzarDb.pm
r28784 r28787 95 95 96 96 my $size = scalar @{$labels}; 97 if ($size < 1) { return;}97 if ($size < 1) { return; } 98 98 99 99 my $query = $self->{_db}->prepare(<<SQL); … … 137 137 ########################################################################### 138 138 # 139 # Gets time series data and store to temp file139 # Gets time series data and stores it to temp file 140 140 # 141 141 ########################################################################### … … 158 158 SQL 159 159 160 161 160 162 if (!$query->execute) {return undef;} 161 163
Note:
See TracChangeset
for help on using the changeset viewer.
