This commit is contained in:
Frank Dillon 2006-05-14 20:24:18 +00:00
parent 8010b7a250
commit 4b02e04c55

View file

@ -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"