projects
/
infobot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc3d56
)
- forgot to comment out...
author
dms
<dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 13 Nov 2003 10:12:00 +0000
(10:12 +0000)
committer
dms
<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/blootbot@886
c11ca15a
-4712-0410-83d8-
924469b57eb5
src/DynaConfig.pl
patch
|
blob
|
history
diff --git
a/src/DynaConfig.pl
b/src/DynaConfig.pl
index c425ceca9c1c1d2de06f0f57167f0b603dd27ff3..f6f066668079f9d578ec046471de5dc29faf9a0f 100644
(file)
--- a/
src/DynaConfig.pl
+++ b/
src/DynaConfig.pl
@@
-888,7
+888,8
@@
sub convertUserFileVer2 {
}
next if ($fail);
- delete $users{$handle}{FLAGS};
+# uncomment to enable attribute conversion support.
+# delete $users{$handle}{FLAGS};
}
}