From 7312e9228c974a96b36c544a815c53ddcce151ca Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 21 Mar 2011 15:57:45 +0200 Subject: [PATCH] Cosmetic changes in user_property.cpp --- projects/stargazer/user_property.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/stargazer/user_property.cpp b/projects/stargazer/user_property.cpp index 1dd8b236..46990fd4 100644 --- a/projects/stargazer/user_property.cpp +++ b/projects/stargazer/user_property.cpp @@ -16,7 +16,7 @@ lastActivityTime(stat.lastActivityTime, "lastActivityTime", false, true, GetStgL password (conf.password, "password", true, false, GetStgLogger(), sd), passive (conf.passive, "passive", false, false, GetStgLogger(), sd), disabled (conf.disabled, "disabled", false, false, GetStgLogger(), sd), -disabledDetailStat(conf.disabledDetailStat,"DisabledDetailStat",false,false,GetStgLogger(), sd), +disabledDetailStat(conf.disabledDetailStat, "DisabledDetailStat", false, false, GetStgLogger(), sd), alwaysOnline(conf.alwaysOnline, "alwaysOnline", false, false, GetStgLogger(), sd), tariffName (conf.tariffName, "tariff", false, false, GetStgLogger(), sd), nextTariff (conf.nextTariff, "new tariff", false, false, GetStgLogger(), sd), -- 2.43.2