4 messages in com.mysql.lists.eventum-develRe: Patches for 1.5 (fixes)
FromSent OnAttachments
Jeffrey D. Wheelhouse01 Mar 2005 22:48 
Joao Prado Maia02 Mar 2005 06:45 
Jeffrey D. Wheelhouse02 Mar 2005 09:22 
Jeffrey D. Wheelhouse04 Mar 2005 21:42 
Subject:Re: Patches for 1.5 (fixes)
From:Jeffrey D. Wheelhouse (jdw_@wheelhouse.org)
Date:03/04/2005 09:42:34 PM
List:com.mysql.lists.eventum-devel

Jeffrey D. Wheelhouse wrote:

--- class.user.php.orig Wed Mar 2 09:44:36 2005 +++ class.user.php Wed Mar 2 09:45:19 2005 @@ -632,6 +632,7 @@ return ""; } else { $returns[$usr_id][$prj_id] = $res; + assert(!empty($res)); return $res; } }

I'll let you know if this assert traps.

This tripped in a cron job earlier this evening, not sure which one. So that may mean that there is "something really wrong" to use the earlier phrase because this trickles straight down to create the invalid SQL reported earlier.

Jeff