From: yashodha Date: Tue, 6 Dec 2016 05:19:43 +0000 (+0530) Subject: CRM-19720: more fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=301705fb1ed94b76ade2467ab2c76deb10944cbe;p=civicrm-core.git CRM-19720: more fixes --- diff --git a/CRM/Campaign/Controller/Search.php b/CRM/Campaign/Controller/Search.php index 281c34dbd2..976e58c9db 100644 --- a/CRM/Campaign/Controller/Search.php +++ b/CRM/Campaign/Controller/Search.php @@ -37,7 +37,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/Case/Controller/Search.php b/CRM/Case/Controller/Search.php index 61b2e07a73..3488d3775e 100644 --- a/CRM/Case/Controller/Search.php +++ b/CRM/Case/Controller/Search.php @@ -37,7 +37,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/Contribute/Controller/ContributionPage.php b/CRM/Contribute/Controller/ContributionPage.php index a3320e6c94..7cec06ddf2 100644 --- a/CRM/Contribute/Controller/ContributionPage.php +++ b/CRM/Contribute/Controller/ContributionPage.php @@ -37,7 +37,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions */ diff --git a/CRM/Contribute/Controller/Search.php b/CRM/Contribute/Controller/Search.php index f48abd0602..4d0c3ca58e 100644 --- a/CRM/Contribute/Controller/Search.php +++ b/CRM/Contribute/Controller/Search.php @@ -37,7 +37,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/Event/Controller/Search.php b/CRM/Event/Controller/Search.php index f62ed233ea..fba7098485 100644 --- a/CRM/Event/Controller/Search.php +++ b/CRM/Event/Controller/Search.php @@ -39,7 +39,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/Grant/Controller/Search.php b/CRM/Grant/Controller/Search.php index 40ca80d174..ed6e449afc 100644 --- a/CRM/Grant/Controller/Search.php +++ b/CRM/Grant/Controller/Search.php @@ -39,7 +39,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/Member/Controller/Search.php b/CRM/Member/Controller/Search.php index 01b84484bf..15c909b739 100644 --- a/CRM/Member/Controller/Search.php +++ b/CRM/Member/Controller/Search.php @@ -39,7 +39,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/PCP/Controller/PCP.php b/CRM/PCP/Controller/PCP.php index 25611c4356..c303d6b481 100644 --- a/CRM/PCP/Controller/PCP.php +++ b/CRM/PCP/Controller/PCP.php @@ -39,7 +39,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its results * * The second form is used to process search results with the associated actions * diff --git a/CRM/Pledge/Controller/Search.php b/CRM/Pledge/Controller/Search.php index 3fdf119742..f5743ce449 100644 --- a/CRM/Pledge/Controller/Search.php +++ b/CRM/Pledge/Controller/Search.php @@ -37,7 +37,7 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results. + * Typically the first form will display the search criteria and its results. * * The second form is used to process search results with the associated actions. */