generateUniqueId() and more useless/deprecated methods removed, code speed-up, link...
[shipsimu.git] / application / ship-simu / config.php
index 51e2695acef07ac2766b40e4b363961810b7173a..307310d91d5b0dad61cd436ccea3f95277a23d2c 100644 (file)
@@ -235,6 +235,9 @@ $cfg->setConfigEntry('company_db_wrapper_class', "CompanyDatabaseWrapper");
 // CFG: USER-POINTS-DB-WRAPPER-CLASS
 $cfg->setConfigEntry('user_points_db_wrapper_class', "UserPointsDatabaseWrapper");
 
+// CFG: USER-GOVERMENT-WRAPPER
+$cfg->setConfigEntry('user_gov_wrapper_class', "UserGovermentDatabaseWrapper");
+
 // CFG EMAIl-TPL-RESEND-LINK
 $cfg->setConfigEntry('email_tpl_resend_link', "text");
 
@@ -266,7 +269,7 @@ $cfg->setConfigEntry('write_applications_action_points', 10000);
 $cfg->setConfigEntry('user_ppints_class', "UserPoints");
 
 // CFG: GOVERMENT-CLASS
-$cfg->setConfigEntry('goverment_class', "SimpleGoverment");
+$cfg->setConfigEntry('goverment_class', "SimplifiedGoverment");
 
 // CFG: BANK-CLASS
 $cfg->setConfigEntry('bank_class', "MoneyBank");