X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fregistration%2Fclass_BaseRegistration.php;h=0a516f890f3ffc0fbe9270a6516e15d46b14f2b9;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hp=e90e0db73d7cdc1476d01b4ae2ab4a3f7e45a302;hpb=4b88c118b615335d06bd74e444173d21aef4406c;p=core.git diff --git a/inc/classes/main/registration/class_BaseRegistration.php b/inc/classes/main/registration/class_BaseRegistration.php index e90e0db7..0a516f89 100644 --- a/inc/classes/main/registration/class_BaseRegistration.php +++ b/inc/classes/main/registration/class_BaseRegistration.php @@ -2,11 +2,11 @@ /** * A general registration class. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,12 +25,12 @@ class BaseRegistration extends BaseFrameworkSystem { /** * Pre-registration filter chain */ - private $preRegistrationFilter = null; + private $preRegistrationFilter = NULL; /** * Pre-registration filter chain */ - private $postRegistrationFilter = null; + private $postRegistrationFilter = NULL; /** * Protected constructor