refactored user manager to use new profile backend

This commit is contained in:
JT Smith 2005-12-07 17:36:08 +00:00
parent 5941f6d3f8
commit a20aa5f587
5 changed files with 23 additions and 55 deletions

View file

@ -17,7 +17,6 @@ package WebGUI::User;
use strict;
use WebGUI::Cache;
use WebGUI::Id;
use WebGUI::Macro;
use WebGUI::Session;
use WebGUI::SQL;
@ -307,9 +306,6 @@ sub profileField {
$self = shift;
$fieldName = shift;
$value = shift;
warn "value 0: $value\n";
WebGUI::Macro::negate(\$value);
warn "value 1: $value\n";
if (defined $value) {
warn "storing: $value\n";
$self->uncache;