X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Fhelper%2Fweb%2Fblocks%2Fclass_WebBlockHelper.php;h=dd66193963e249400193ea973741ee2c78f6bdf9;hb=08330903ee5bd8ea967622ff7473d13dff19beb5;hp=ff1132aaaed0cc85e814d341d09768a7cf376013;hpb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;p=core.git diff --git a/inc/classes/main/helper/web/blocks/class_WebBlockHelper.php b/inc/classes/main/helper/web/blocks/class_WebBlockHelper.php index ff1132aa..dd661939 100644 --- a/inc/classes/main/helper/web/blocks/class_WebBlockHelper.php +++ b/inc/classes/main/helper/web/blocks/class_WebBlockHelper.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -78,9 +78,9 @@ class WebBlockHelper extends BaseWebHelper implements HelpableTemplate { } /** - * Checks wether include registration date in this block + * Checks whether include registration date in this block * - * @return $withRegistration Wether with registration date + * @return $withRegistration Whether with registration date */ public function ifIncludeRegistrationStamp () { $withRegistration = ($this->getConfigInstance()->getConfigEntry('block_shows_registration') == 'Y');