summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontends/php/config.php4
-rw-r--r--frontends/php/include/forms.inc.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index f19f83f7..3a21921c 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -94,7 +94,7 @@
<?php
$col=0;
- show_form_begin("config.configuration");
+ show_form_begin("config");
echo S_CONFIGURATION;
show_table2_v_delimiter($col++);
@@ -177,7 +177,7 @@
?>
<?php
- show_form_begin("config.media");
+ show_form_begin("config");
echo S_MEDIA;
$col=0;
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index e76c0e2d..3952af8b 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -48,7 +48,7 @@
$col=0;
- show_form_begin("users.user");
+ show_form_begin("users");
echo S_USER;
show_table2_v_delimiter($col++);
@@ -513,7 +513,7 @@
$name="";
}
- show_form_begin("users.group");
+ show_form_begin("users");
echo S_USER_GROUP;
show_table2_v_delimiter($col++);