X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPage.php;h=145c91af53352081c761e203fa89511e411f4e26;hb=b67daa72ccf6cddb2d026f23ce58cea295c05254;hp=e8908fea50f1852ed4e70d1ad15e9859db3bc4e4;hpb=a6491ceec03e64e45e127222ae268187c652f5b7;p=civicrm-core.git diff --git a/CRM/Core/Page.php b/CRM/Core/Page.php index e8908fea50..145c91af53 100644 --- a/CRM/Core/Page.php +++ b/CRM/Core/Page.php @@ -67,7 +67,7 @@ class CRM_Core_Page { * so the display routine needs to not do any work. (The * parent object takes care of the display) * - * @var boolean + * @var bool */ protected $_embedded = FALSE; @@ -75,7 +75,7 @@ class CRM_Core_Page { * Are we in print mode? if so we need to modify the display * functionality to do a minimal display :) * - * @var boolean + * @var bool */ protected $_print = FALSE;