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