Changeset 36478 for trunk/ippMonitor
- Timestamp:
- Feb 5, 2014, 2:18:40 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool/Gpc1Db.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/Gpc1Db.pm
r36477 r36478 233 233 } 234 234 else { 235 $query = $self->{_db}->prepare(<<SQL); 236 SELECT COUNT(state) 237 FROM $table 238 WHERE label LIKE '$label' 239 AND state = 'update'; 240 SQL 235 241 236 242 } … … 254 260 FROM $table 255 261 WHERE label LIKE '$label' 256 AND state = 'new';262 AND (state = 'new' OR state = 'update'); 257 263 SQL 258 264 }
Note:
See TracChangeset
for help on using the changeset viewer.
