summaryrefslogtreecommitdiff
path: root/users-conf.in
diff options
context:
space:
mode:
authorchema <chema>2001-02-22 03:03:21 +0000
committerchema <chema>2001-02-22 03:03:21 +0000
commit6dd0a7f083e1ca7d0ef1a84ff975e4013070fc88 (patch)
tree9a847de63785050a08463fd6a605f2827a556782 /users-conf.in
parent52ff7875facd36c5373c8cfc7c39065368d8e20a (diff)
remove ifdef'ed out code
Diffstat (limited to 'users-conf.in')
-rw-r--r--users-conf.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/users-conf.in b/users-conf.in
index 323766d..8405af8 100644
--- a/users-conf.in
+++ b/users-conf.in
@@ -805,7 +805,6 @@ sub xml_print
&xst_xml_print ("<user>\n");
&xst_xml_enter ();
for ($j = 0; $j < ($#users_prop_array - 1) / 2; $j++) {
- #&xst_xml_print ("<" . $users_prop_map{"$j"} . ">" . $$i[$j] . "</" . $users_prop_map {$j} . ">\n");
&xst_xml_print ("<" . $users_prop_map{"$j"} . ">" . xst_xml_quote ($$i[$j]) . "</" . $users_prop_map {$j} . ">\n");
}
&xst_xml_leave ();