Author: sdelcroix
Date: Wed Jan 16 13:33:55 2008
New Revision: 3548
URL: http://svn.gnome.org/viewvc/f-spot?rev=3548&view=rev

Log:
another query bug

Modified:
   trunk/src/DateRange.cs

Modified: trunk/src/DateRange.cs
==============================================================================
--- trunk/src/DateRange.cs      (original)
+++ trunk/src/DateRange.cs      Wed Jan 16 13:33:55 2008
@@ -31,7 +31,7 @@
 
                public string SqlClause ()
                {
-                       return String.Format (" photos.time >= {0} AND 
photos.time <= {1}", 
+                       return String.Format (" photos.time >= {0} AND 
photos.time <= {1} ", 
                                        DbUtils.UnixTimeFromDateTime (start), 
                                        DbUtils.UnixTimeFromDateTime (end));
                }
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to