BUGFIX GET und POST Vertaucht

git-svn-id: svn://svn.cccv.de/engel-system@89 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-23 20:08:19 +00:00
parent ae70db571d
commit 2f00afd311
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ else
$sql.= "(SID=\"". $_GET["SID"]. "\" AND UID=\"". $_SESSION['UID']. "\" )";
$Erg = mysql_query($sql, $con);
echo "<form action=\"./myschichtplan.php\" method=\"post\">\n";
echo "<form action=\"./myschichtplan.php\" method=\"GET\">\n";
echo "<textarea name='newtext' cols='50' rows='10'>". mysql_result( $Erg, 0, "Comment" ). "</textarea><br><br>\n";
echo "<input type=\"submit\" value=\"save\">\n";
echo "<input type=\"hidden\" name=\"SID\" value=\"". $_GET["SID"]. "\">\n";