fix language entry

git-svn-id: svn://svn.cccv.de/engel-system@62 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-17 00:09:22 +00:00
parent 283d16d543
commit 04eee9aef5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (!IsSet($_POST["eUID"]))
<form action="./faq.php" method="POST">
<input type="hidden" name="eUID" value="<? echo $_SESSION['UID'] ?>">
<textarea name="frage" cols="40" rows="10"><?PHP Print_Text(36); ?></textarea><br><br>
<input type="submit" value="<?PHP Print_Text(10); ?>">
<input type="submit" value="<?PHP Print_Text("save"); ?>">
</form>
<?