Index: /branches/sc_branches/ippMonitorLap/def/lapExposures.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31749)
+++ /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31750)
@@ -1,3 +1,3 @@
-TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun AS chipRun1 USING(chip_id) JOIN camRun AS camRun1 ON camRun1.chip_id=chipRun1.chip_id JOIN fakeRun AS fakeRun1 ON fakeRun1.cam_id=camRun1.cam_id JOIN warpRun AS warpRun1 ON warpRun1.fake_id=fakeRun1.fake_id JOIN chipRun AS chipRun2 ON chipRun2.chip_id=lapExp.pair_id JOIN camRun AS camRun2 ON camRun2.chip_id=chipRun2.chip_id
+TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun AS chipRun1 USING(chip_id) JOIN camRun AS camRun1 ON camRun1.chip_id=chipRun1.chip_id JOIN fakeRun AS fakeRun1 ON fakeRun1.cam_id=camRun1.cam_id JOIN warpRun AS warpRun1 ON warpRun1.fake_id=fakeRun1.fake_id JOIN chipRun AS chipRun2 ON chipRun2.chip_id=lapExp.pair_id JOIN camRun AS camRun2 ON camRun2.chip_id=chipRun2.chip_id JOIN fakeRun AS fakeRun2 ON fakeRun2.cam_id=camRun2.cam_id JOIN warpRun AS warpRun2 ON warpRun2.fake_id=fakeRun2.fake_id 
 TITLE LAP Exposures
 FILE  lapExposures.php
