fixed little problem with new php-page.

Forgot to change pst target
This commit is contained in:
katagia 2004-02-10 20:18:00 +00:00
parent 3e54f60521
commit 3fa676ee73
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class accountContainer {
echo "</title>\n";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo "</head><body>\n";
echo "<form action=\"".$this->type."edit.php\" method=\"post\">\n";
echo "<form action=\"edit.php\" method=\"post\">\n";
// Display errir-messages
if (is_array($result))
foreach ($result as $result2)