Removed duplicate getIndexKey()
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 02:59:16 +0000 (02:59 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 02:59:16 +0000 (02:59 +0000)
inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php

index 73e4c23af094393493e1c21c336fb70de0776257..d1fe11694bd86cf3ce649b3d0f21265cb06d9f82 100644 (file)
@@ -61,15 +61,6 @@ class UserDatabaseWrapper extends BaseDatabaseWrapper implements ManageableAccou
                return $wrapperInstance;
        }
 
-       /**
-        * Getter for index key
-        *
-        * @return      $indexKey       Index key
-        */
-       public final function getIndexKey () {
-               return $this->getDatabaseInstance()->getIndexKey();
-       }
-
        /**
         * Handles inserting the registration data from a registration instance into the database
         *