Re: PrintError won't turn off



On Mon, 18 Sep 2006, Sam Tregar wrote:

Looks like it turns PrintError off, huh? Actually, as far as I can
tell it turns it on. The relevent C code is (from dbih_set_attr_k):

else if (strEQ(key, "PrintError")) {
DBIc_set(imp_xxh,DBIcf_PrintError, on);

Sheesh, ignore me. I see that's using "on", which should toggle it on
and off. I wonder why it doesn't seem to be working.

-sam
.