Index: trunk/psLib/src/db/psDB.c
===================================================================
--- trunk/psLib/src/db/psDB.c	(revision 17924)
+++ trunk/psLib/src/db/psDB.c	(revision 18617)
@@ -23,5 +23,5 @@
  * 4.1.2 or newer is required.
  *
- * $Id: psDB.c,v 1.167 2008-06-05 02:21:32 jhoblitt Exp $
+ * $Id: psDB.c,v 1.168 2008-07-18 22:09:19 price Exp $
  */
 
@@ -1442,5 +1442,5 @@
                 // psTime so we don't modify user data when we try to do the
                 // conversion
-                if (item->data.str) {
+                if (item->data.V) {
                     psTime *time = (psTime *)item->data.V;
                     struct tm *tmTime = psTimeToTM(time);
