summaryrefslogtreecommitdiff
path: root/www-ssl/admin/faq.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 13:32:55 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-16 13:32:55 +0000
commit3134964de1b71864b37ab5a3c325829abffc615a (patch)
treedc7c019392b658952ac93aeffdac7c383040b904 /www-ssl/admin/faq.php
parent2287553e60dd943f3cec72d39f7a712c42584869 (diff)
FAQ: link optimzed
Schichtplan: antragen solgen schicht geht, eingebaut git-svn-id: svn://svn.cccv.de/engel-system@111 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/faq.php')
-rwxr-xr-xwww-ssl/admin/faq.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/www-ssl/admin/faq.php b/www-ssl/admin/faq.php
index 1f87ac88..271f6a3f 100755
--- a/www-ssl/admin/faq.php
+++ b/www-ssl/admin/faq.php
@@ -119,14 +119,16 @@ case "save":
"\", AID=\"". $_SESSION['UID']. "\" , Answer=\"". $_GET["Answer"]. "\" ".
"where QID = \"". $_GET["QID"]. "\" LIMIT 1";
$Erg = mysql_query($SQL, $con);
- if ($Erg == 1) {
-?>
- Der Eintrag wurde ge&auml;ndert<br>
-<?php
- } else {
-?>
- Ein Fehler ist aufgetreten. Sorry, du kannst es aber ja nochmal probieren :)
-<?php
+ if ($Erg == 1)
+ {
+
+ echo "Der Eintrag wurde ge&auml;ndert<br>";
+ SetHeaderGo2Back();
+
+ }
+ else
+ {
+ echo "Ein Fehler ist aufgetreten. Sorry, du kannst es aber ja nochmal probieren :)";
}
}
break;