moved FAQ's into USS
This commit is contained in:
parent
6e568979e6
commit
83f1188ea3
9 changed files with 352 additions and 88 deletions
|
|
@ -857,6 +857,11 @@ sub set {
|
|||
)");
|
||||
WebGUI::SQL->write("insert into ".$self->{_property}{namespace}." (wobjectId)
|
||||
values (".$self->{_property}{wobjectId}.")");
|
||||
foreach my $key (keys %{$self->{_extendedProperties}}) {
|
||||
if ($self->{_extendedProperties}{$key}{autoIncrement}) {
|
||||
$properties->{$key} = getNextId($key);
|
||||
}
|
||||
}
|
||||
}
|
||||
$self->{_property}{lastEdited} = time();
|
||||
$self->{_property}{editedBy} = $session{user}{userId};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue