Bug Fix
This commit is contained in:
parent
8010b7a250
commit
4b02e04c55
1 changed files with 2 additions and 2 deletions
|
|
@ -218,9 +218,9 @@ sub www_editProject {
|
|||
return $privilege->insufficient unless ($user->isInGroup($self->get("groupToManage")));
|
||||
my $projectId = $form->get("projectId") || "new";
|
||||
|
||||
my $project = $db->
|
||||
my $project = $db->quickHashRef("select * from TT_projectList where projectId=".$db->quote($projectId));
|
||||
#Build Form
|
||||
my $f = WebGUI::HTMLForm->new($self->session,-action=>$self->getUrl, -extras=>q|onsubmit="return checkform(this);"|);
|
||||
my $f = WebGUI::HTMLForm->new($self->session,-action=>$self->getUrl);
|
||||
$f->hidden(
|
||||
-name=>"func",
|
||||
-value=>"editProjectSave"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue