1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

BUILD : 1.7.2 (82) BUGS : N/A NOTES : Removed an old debug log

git-svn-id: svn://svn.anope.org/anope/trunk@82 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@58 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-05-03 14:19:22 +00:00
parent ed4423dbab
commit 75c625f6d6
2 changed files with 5 additions and 2 deletions
-1
View File
@@ -1787,7 +1787,6 @@ int moduleAddData(ModuleData * md[], char *key, char *value)
**/
for (itemCurrent = lastHash->di; itemCurrent;
itemCurrent = itemCurrent->next) {
alog("key: [%s] itemKey: [%s]", key, itemCurrent->key);
if (strcasecmp(itemCurrent->key, key) == 0) {
item = itemCurrent;
}
+5 -1
View File
@@ -8,11 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="2"
VERSION_BUILD="81"
VERSION_BUILD="82"
VERSION_EXTRA=""
# $Log$
#
# BUILD : 1.7.2 (82)
# BUGS : N/A
# NOTES : Removed an old debug log
#
# BUILD : 1.7.2 (81)
# BUGS : N/A
# NOTES : Always set the correct module name when executing module functions