sql fix
This commit is contained in:
parent
01d559829f
commit
a6b60ac192
1 changed files with 1 additions and 1 deletions
|
|
@ -2938,7 +2938,7 @@ sub www_managePrereqSets {
|
||||||
my $i18n = WebGUI::International->new($self->session,'Asset_EventManagementSystem');
|
my $i18n = WebGUI::International->new($self->session,'Asset_EventManagementSystem');
|
||||||
|
|
||||||
my $output;
|
my $output;
|
||||||
my $sth = $self->session->db->read("select distinct(prerequisiteId) from EventManagementSystem_prerequisites order by name");
|
my $sth = $self->session->db->read("select prerequisiteId, name from EventManagementSystem_prerequisites order by name");
|
||||||
|
|
||||||
if ($sth->rows) {
|
if ($sth->rows) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue