diff --git a/lib/WebGUI/Macro/FormParam.pm b/lib/WebGUI/Macro/FormParam.pm index 9139b9223..e1ae2c44b 100644 --- a/lib/WebGUI/Macro/FormParam.pm +++ b/lib/WebGUI/Macro/FormParam.pm @@ -25,7 +25,7 @@ macro is mainly used for making SQL Reports with dynamic queries. =head3 fieldName -The name of the field to pull from the session variable. +The name of the field to pull from the session object. =cut diff --git a/lib/WebGUI/Macro/Hash_userId.pm b/lib/WebGUI/Macro/Hash_userId.pm index 5dd1b41b8..37f71e490 100644 --- a/lib/WebGUI/Macro/Hash_userId.pm +++ b/lib/WebGUI/Macro/Hash_userId.pm @@ -22,7 +22,7 @@ Macro for userId of the current user. =head2 process -Returns the userId from the session variable for the current user. +Returns the userId from the session object for the current user. =cut diff --git a/lib/WebGUI/Macro/Page.pm b/lib/WebGUI/Macro/Page.pm index 14b139940..c0198779e 100644 --- a/lib/WebGUI/Macro/Page.pm +++ b/lib/WebGUI/Macro/Page.pm @@ -23,7 +23,7 @@ Macro for pulling information from the Asset in which it's embedded. =head2 process ( property ) If the macro is called from outside of an Asset, or if there's no asset in -session variable, returns an empty string. +session object, returns an empty string. =head3 property diff --git a/lib/WebGUI/Macro/PageTitle.pm b/lib/WebGUI/Macro/PageTitle.pm index 630934cb4..0de828b11 100644 --- a/lib/WebGUI/Macro/PageTitle.pm +++ b/lib/WebGUI/Macro/PageTitle.pm @@ -24,7 +24,7 @@ Macro for returning the title of the current Asset. Returns the title of the current Asset. If a WebGUI operation or function is active, then the title is returned as a link to the Asset. If there is -no asset cached in the session variable, undef is returned. +no asset cached in the session object, undef is returned. =cut diff --git a/lib/WebGUI/Macro/PageUrl.pm b/lib/WebGUI/Macro/PageUrl.pm index 8e89c28a0..17b65d042 100644 --- a/lib/WebGUI/Macro/PageUrl.pm +++ b/lib/WebGUI/Macro/PageUrl.pm @@ -27,7 +27,7 @@ process is really a wrapper around $session->url->page(); =head3 $session -The current WebGUI session variable. +The current WebGUI session object. =head3 $url diff --git a/lib/WebGUI/Macro/RootTitle.pm b/lib/WebGUI/Macro/RootTitle.pm index d470afcbe..d23819fe6 100644 --- a/lib/WebGUI/Macro/RootTitle.pm +++ b/lib/WebGUI/Macro/RootTitle.pm @@ -23,7 +23,7 @@ Macro for returning the title of the root for this page. =head2 process ( ) -If an asset exists in the session variable cache and and it's +If an asset exists in the session object cache and and it's topmost parent (root) can be found the title for that asset is returned. Otherwise an empty string is returned. diff --git a/lib/WebGUI/Macro/Slash_gatewayUrl.pm b/lib/WebGUI/Macro/Slash_gatewayUrl.pm index 7411825ae..ad5b08694 100644 --- a/lib/WebGUI/Macro/Slash_gatewayUrl.pm +++ b/lib/WebGUI/Macro/Slash_gatewayUrl.pm @@ -26,7 +26,7 @@ process is really a wrapper around $session->url->gateway(); =head3 $session -A WebGUI session variable. +A WebGUI session object. =head3 $url diff --git a/lib/WebGUI/Macro/c_companyName.pm b/lib/WebGUI/Macro/c_companyName.pm index d3e0a0b4f..c4342222d 100644 --- a/lib/WebGUI/Macro/c_companyName.pm +++ b/lib/WebGUI/Macro/c_companyName.pm @@ -22,7 +22,7 @@ Macro for displaying the Company Name entered into the WebGUI site settings =head2 process ( ) -returns the companyName from the session variable. +returns the companyName from the session object. =cut diff --git a/lib/WebGUI/Macro/e_companyEmail.pm b/lib/WebGUI/Macro/e_companyEmail.pm index cfe85b466..62bcb3f5b 100644 --- a/lib/WebGUI/Macro/e_companyEmail.pm +++ b/lib/WebGUI/Macro/e_companyEmail.pm @@ -22,7 +22,7 @@ Macro for displaying the Company Email entered into the WebGUI site settings =head2 process ( ) -returns the companyEmail from the session variable. +returns the companyEmail from the session object. =cut diff --git a/lib/WebGUI/Macro/u_companyUrl.pm b/lib/WebGUI/Macro/u_companyUrl.pm index 36eecd3be..54c0aeb54 100644 --- a/lib/WebGUI/Macro/u_companyUrl.pm +++ b/lib/WebGUI/Macro/u_companyUrl.pm @@ -22,7 +22,7 @@ Macro for displaying the Company URL entered into the WebGUI site settings =head2 process ( ) -returns the companyURL from the session variable. +returns the companyURL from the session object. =cut