summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/news_comments.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-30 22:13:38 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-30 22:13:38 +0000
commitbf88f9c69beddd3d0559648ec9db37f34bd64300 (patch)
treebdb7ee515c0325cc3ab18e47c03768ff88655836 /www-ssl/nonpublic/news_comments.php
parentf53f4bf0c64ef14cfac882a98e3f6a2cd883c973 (diff)
aus gegebenen anlass, update von <? auf <?PHP
git-svn-id: svn://svn.cccv.de/engel-system@99 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic/news_comments.php')
-rwxr-xr-xwww-ssl/nonpublic/news_comments.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-ssl/nonpublic/news_comments.php b/www-ssl/nonpublic/news_comments.php
index 6b4ef1ff..81825dad 100755
--- a/www-ssl/nonpublic/news_comments.php
+++ b/www-ssl/nonpublic/news_comments.php
@@ -38,7 +38,7 @@ $news_rows = mysql_num_rows($Erg);
<th align="left" colspan=2>Kommentar</th>
</tr>
-<?
+<?PHP
for ($n = 0 ; $n < $news_rows ; $n++) {
echo "\t<tr class=\"content\">";
echo "\t\t<td width=100>";
@@ -67,7 +67,7 @@ echo "</table>";
<a name="Neu">&nbsp;</a>
<form action="./news_comments.php" method="GET">
-<input type="hidden" name="nid" value="<? echo $_GET["nid"]; ?>">
+<input type="hidden" name="nid" value="<?PHP echo $_GET["nid"]; ?>">
<table>
<tr>
<td align="right" valign="top">Text:</td>
@@ -78,7 +78,7 @@ echo "</table>";
<input type="submit" value="sichern...">
</form>
-<?
+<?PHP
}