This commit is contained in:
Roy Johnson 2006-04-26 21:45:44 +00:00
parent 987719b1c1
commit 9edc8aba06

View file

@ -2901,7 +2901,7 @@ sub view {
where
p.productId = e.productId and approved=1
and e.assetId =".$self->session->db->quote($self->get("assetId"))."
and p.prerequisiteId is NULL";
and e.prerequisiteId is NULL";
#and p.productId not in (select distinct(productId) from EventManagementSystem_prerequisites) order by sequenceNumber";
my $p = WebGUI::Paginator->new($self->session,$self->getUrl,$self->get("paginateAfter"));