Index: trunk/tools/czarpoll.pl
===================================================================
--- trunk/tools/czarpoll.pl	(revision 31901)
+++ trunk/tools/czarpoll.pl	(revision 32064)
@@ -19,5 +19,4 @@
 use czartool::Nebulous;
 use czartool::Plotter;
-use czartool::Burntool;
 use czartool::DayMetrics;
 use czartool::MetricsIndex;
@@ -36,5 +35,4 @@
 my $pantasks = new czartool::Pantasks();
 my $plotter = czartool::Plotter->new_file($config, "/tmp", $save_temps); 
-my $burntool = new czartool::Burntool();
 
 
@@ -273,4 +271,5 @@
     $plotter->createRateHistogram($allServerLabels, undef, $begin, $end, undef);
     $plotter->createHistogram($allServerLabels, $begin, $end);
+
     foreach $stage (@stages) {
 
@@ -300,4 +299,5 @@
     my $server = undef;
     my $state = undef;
+    my $today = strftime('%Y-%m-%d', localtime);
 
     foreach $stage (@stages) {
@@ -317,10 +317,9 @@
             if ($stage eq "burntool") {
 
+                $new = $full = $faults = 0;
                 if ($labelServer eq "stdscience") {
 
-                    $burntool->getPendingAndProcessed($label, \$new, \$full);
-                    $faults = 0;
+                    $full = $gpc1Db->countRegisteredExposures($label, $today);
                 }
-                else { $new = $full = $faults = 0;}
             }
             else {
