Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
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
docs fix display of assets in clipboard that cannot be trashed 2007-03-03 22:25:36 +00:00
etc fix: Added Calendar workflow activity to original configuration file 2006-12-14 18:09:51 +00:00
lib Fixed a bug in WebGUI::User::profileField, where the check for whether or not 2007-03-04 04:18:59 +00:00
sbin Fixed resize bug in fileImport.pl where vertical images would not be resized. 2007-03-02 13:47:26 +00:00
t Fixed a bug in WebGUI::User::profileField, where the check for whether or not 2007-03-04 04:18:59 +00:00
www Tiny MCE--> Relative Absolute URL for Images IE and Firefox different 2007-02-27 18:41:01 +00:00