fix pad head directives in pod re sf#1287994

This commit is contained in:
Colin Kuskie 2005-09-11 20:48:54 +00:00
parent 68f7c3678b
commit 5b4323e1bd
4 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,6 @@
6.7.4 6.7.4
- fix [ 1279861 ] POD errors in 6.7.3 - fix [ 1279861 ] POD errors in 6.7.3
- fix [ 1287994 ] POD errors in 6.7.4
- Fixed the default assets icon. - Fixed the default assets icon.
- Made further alterations to the page layout templates to make them work - Made further alterations to the page layout templates to make them work
better in IE. better in IE.

View file

@ -180,7 +180,7 @@ sub processPropertiesFromFormPost {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head setParent ( newParent ) =head2 setParent ( newParent )
We're overloading the setParent in Asset because we don't want events to be able to be posted to anything other than the events calendar. We're overloading the setParent in Asset because we don't want events to be able to be posted to anything other than the events calendar.

View file

@ -171,8 +171,6 @@ A boolean indicating whether or not to enable highlight. Defaults to "1".
A reference to an array of CSS color identificators. A reference to an array of CSS color identificators.
=head3
=cut =cut
sub getDetails { sub getDetails {

View file

@ -80,7 +80,7 @@ sub audit {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head canShowDebug ( ) =head2 canShowDebug ( )
Returns true if the user meets the condition to see debugging information and debug mode is enabled. Returns true if the user meets the condition to see debugging information and debug mode is enabled.
@ -99,7 +99,7 @@ sub canShowDebug {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head canShowPerformanceIndicators () =head2 canShowPerformanceIndicators ()
Returns true if the user meets the conditions to see performance indicators and performance indicators are enabled. Returns true if the user meets the conditions to see performance indicators and performance indicators are enabled.