Index: /branches/sc_branches/ippMonitorLap/def/lapExposures.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31741)
+++ /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31742)
@@ -1,3 +1,3 @@
-TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun USING(chip_id) JOIN chipRun AS pairRun WHERE pairRun.chip_id=lapExp.pair_id
+TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun USING(chip_id) JOIN chipRun AS pairRun WHERE pairRun.chip_id=lapExp.pair_id JOIN camRun USING(chip_id)
 TITLE LAP Exposures
 FILE  lapExposures.php
