X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fclasses%2Fmain%2Fdatabase%2Fwrapper%2Fclass_UserPointsDatabaseWrapper.php;h=f0cfb873cbc6ef36b402d3c51bdbf572d94ce77d;hb=4b88c118b615335d06bd74e444173d21aef4406c;hp=33f24dde8af7790bd579ff451b150b062916a931;hpb=6536a4dda3b96201f7f5551dc5d42559cf8b453d;p=core.git diff --git a/inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php b/inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php index 33f24dde..f0cfb873 100644 --- a/inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.php +++ b/inc/classes/main/database/wrapper/class_UserPointsDatabaseWrapper.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 * @@ -52,7 +52,7 @@ class UserPointsDatabaseWrapper extends BaseDatabaseWrapper implements BookableP * * @return $wrapperInstance An instance of the created wrapper class */ - public final static function createUserPointsDatabaseWrapper () { + public static final function createUserPointsDatabaseWrapper () { // Get a new instance $wrapperInstance = new UserPointsDatabaseWrapper();