f-spot r3548 - trunk/src



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));
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]