]> git.donarmstrong.com Git - infobot.git/commitdiff
- forgot to comment out...
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 13 Nov 2003 10:12:00 +0000 (10:12 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 13 Nov 2003 10:12:00 +0000 (10:12 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@886 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/DynaConfig.pl

index c425ceca9c1c1d2de06f0f57167f0b603dd27ff3..f6f066668079f9d578ec046471de5dc29faf9a0f 100644 (file)
@@ -888,7 +888,8 @@ sub convertUserFileVer2 {
        }
 
        next if ($fail);
-       delete $users{$handle}{FLAGS};
+# uncomment to enable attribute conversion support.
+#      delete $users{$handle}{FLAGS};
     }
 }