fix language entry
git-svn-id: svn://svn.cccv.de/engel-system@62 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
283d16d543
commit
04eee9aef5
|
@ -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>
|
||||
<?
|
||||
|
||||
|
|
Loading…
Reference in New Issue