Index: trunk/ippMonitor/def/destreakRun.d
===================================================================
--- trunk/ippMonitor/def/destreakRun.d	(revision 31834)
+++ trunk/ippMonitor/def/destreakRun.d	(revision 31836)
@@ -1,10 +1,11 @@
-TABLE magicDSRun, magicDSFile
+TABLE magicDSRun JOIN magicDSFile USING(magic_ds_id)
 TITLE Destreak Runs
 FILE  destreakRun.php
 MENU  ipp.dist.dat
 
+UNRESTRICTED WHERE 0=1
+
 # the following WHERE clauses are added to all queries joined by AND
-
-WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
+#WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
 
 #     field                    size  format  name         show    link to                  extras
