Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1963)
+++ branches/2.8.x/CHANGELOG	(revision 1964)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+18 Sep-2013 Build 1964 Manuela v.d.Decken(DarkViper)
+! modified loading sequence of Password classes
 18 Sep-2013 Build 1963 Manuela v.d.Decken(DarkViper)
 + adding SERVER_TIMEZONE to table settings
 + insert date_default_timezone_set( SERVER_TIMEZONE ) into /framework/initialize.php
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1963)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1964)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1963');
+if(!defined('REVISION')) define('REVISION', '1964');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/framework/Password.php
===================================================================
--- branches/2.8.x/wb/framework/Password.php	(revision 1963)
+++ branches/2.8.x/wb/framework/Password.php	(revision 1964)
@@ -31,10 +31,6 @@
  *               ISTeam changes: added SHA-256, SHA-512 (2012/10/27 Werner v.d. Decken)
  */
 
-if(!class_exists('PasswordHash', false)) {
-	include(dirname(dirname(__FILE__)).'/include/phpass/PasswordHash.php');
-}
-
 class Password
 {
 
