webgui/lib
Colin Kuskie 1412f023f1 Fixed a bug in WebGUI::User::profileField, where the check for whether or not
a profile field existed in the db always passed because it used quickArray in
scalar context.  Since quickArray always returns 1 element, this was always true
and it never returned undef like it was supposed to.

To fix this, I added a new method called quickScalar that returns the first column
from the row as a scalar.  It has a basic test in SQL.t.

Then there's the new test in User.t for coverage that exposed this problem, and
I also removed a whole slew of duplicate tests.
2007-03-04 04:18:59 +00:00
..
Spectre added a "last run time" column to the status output 2007-02-09 15:22:32 +00:00
WebGUI Fixed a bug in WebGUI::User::profileField, where the check for whether or not 2007-03-04 04:18:59 +00:00
XML/RSS
default.ttf
WebGUI.pm Ready for 7.3.12 dev 2007-02-28 18:01:10 +00:00