Index: /trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- /trunk/pstamp/scripts/pstampparse.pl	(revision 24939)
+++ /trunk/pstamp/scripts/pstampparse.pl	(revision 24940)
@@ -461,9 +461,10 @@
     my $r2 = shift;
 
-    return 0 if ($r1->{project} ne $r2->{project});
-    return 0 if ($r1->{job_type} ne $r2->{job_type});
-    return 0 if ($r1->{req_type} ne $r2->{req_type});
-    return 0 if ($r1->{img_type} ne $r2->{img_type});
-    return 0 if ($r1->{id} ne $r2->{id});
+    return 0 if ($r1->{PROJECT} ne $r2->{PROJECT});
+    return 0 if ($r1->{JOB_TYPE} ne $r2->{JOB_TYPE});
+    return 0 if ($r1->{REQ_TYPE} ne $r2->{REQ_TYPE});
+    return 0 if ($r1->{IMG_TYPE} ne $r2->{IMG_TYPE});
+    return 0 if ($r1->{ID} ne $r2->{ID});
+
 #    XXX: turn this on when we change the request file format to change class_id into component
 #    return false if ($r1->{component} ne $r2->{component});
