git.p6c8.net
/
selfforum.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cache.pm added
[selfforum.git]
/
selfforum-cgi
/
shared
/
Conf
/
Admin.pm
diff --git
a/selfforum-cgi/shared/Conf/Admin.pm
b/selfforum-cgi/shared/Conf/Admin.pm
index 0c3a4698700801359d5b8349baadf046a9c05c86..27a8c936ec7ce45540279e63ee52e5382f054c11 100644
(file)
--- a/
selfforum-cgi/shared/Conf/Admin.pm
+++ b/
selfforum-cgi/shared/Conf/Admin.pm
@@
-69,6
+69,9
@@
sub read_admin_conf ($) {
quoting => $quoting -> getAttribute ('quotingON'),
quoteChars => $char?$char -> getFirstChild -> getData:undef};
quoting => $quoting -> getAttribute ('quotingON'),
quoteChars => $char?$char -> getFirstChild -> getData:undef};
+ my $voting = $forum -> getElementsByTagName ('Voting', 0) -> item (0);
+ $conf {Voting} = {voteLock => $voting -> getAttribute ('voteLock')};
+
# Severance
$conf {Severance} = &get_severance ($forum -> getElementsByTagName ('Severance', 0) -> item (0));
# Severance
$conf {Severance} = &get_severance ($forum -> getElementsByTagName ('Severance', 0) -> item (0));
patrick-canterino.de