merging 7.1.3 changes

This commit is contained in:
JT Smith 2006-11-01 16:48:57 +00:00
parent 67dfefff08
commit b4727a5739
3 changed files with 17 additions and 2 deletions

View file

@ -132,7 +132,7 @@ sub getEditForm {
value=>$self->session->form->get("returnUrl")
});
if ($self->getValue("namespace") eq "") {
my $namespaces = $self->session->dbSlave->buildHashRef("select distinct(namespace),namespace from template order by namespace");
my $namespaces = $self->session->dbSlave->buildHashRef("select distinct(namespace) from template order by namespace");
$tabform->getTab("properties")->combo(
-name=>"namespace",
-options=>$namespaces,