Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7508)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7509)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/02/15 Daniela Dorner
+
+   * datacenter/db/findoffdata.php: 
+     - implemented possibility to query range of dates for 'stardone'
+
+
+
  2006/02/15 Daniel Hoehne
 
Index: trunk/MagicSoft/Mars/datacenter/db/findoffdata.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/findoffdata.php	(revision 7508)
+++ trunk/MagicSoft/Mars/datacenter/db/findoffdata.php	(revision 7509)
@@ -170,5 +170,5 @@
 
             $starstop=substr($_GET["fStarStop"], 0, 10);
-            $query0 .= " fStar < '" . $starstop . " 00:00:00' ";
+            $query0 .= " fStar < '" . $starstop . " 23:59:59' ";
         }
 
