fix POD problems
This commit is contained in:
parent
edbdf736d4
commit
fe422d0051
1 changed files with 4 additions and 2 deletions
|
|
@ -704,8 +704,8 @@ This method returns all events except for
|
||||||
b) any events currently assigned as a prerequisite to the eventId parameter passed in
|
b) any events currently assigned as a prerequisite to the eventId parameter passed in
|
||||||
as a hash reference with the productId, and title
|
as a hash reference with the productId, and title
|
||||||
|
|
||||||
Checks property globalPrerequisites to determine if events from all defined Event Managers should be displayed
|
Checks property globalPrerequisites to determine if events from all defined Event Managers should be displayed
|
||||||
or only the events defined in this particular Event Manager
|
or only the events defined in this particular Event Manager
|
||||||
|
|
||||||
=head3 eventId
|
=head3 eventId
|
||||||
|
|
||||||
|
|
@ -1192,6 +1192,7 @@ sub getEventDetails {
|
||||||
}
|
}
|
||||||
|
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 getEventStates
|
=head2 getEventStates
|
||||||
|
|
||||||
Returns a hash reference containing event approval states
|
Returns a hash reference containing event approval states
|
||||||
|
|
@ -1213,6 +1214,7 @@ sub getEventStates {
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------
|
#------------------------------------------------------------------
|
||||||
|
|
||||||
=head2 getEventStateLabel ( status_code )
|
=head2 getEventStateLabel ( status_code )
|
||||||
|
|
||||||
Returns an internationalized string that corresponds to an events 'approval'
|
Returns an internationalized string that corresponds to an events 'approval'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue