diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-30 22:13:38 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-30 22:13:38 +0000 |
commit | bf88f9c69beddd3d0559648ec9db37f34bd64300 (patch) | |
tree | bdb7ee515c0325cc3ab18e47c03768ff88655836 /www-ssl/admin/news.php | |
parent | f53f4bf0c64ef14cfac882a98e3f6a2cd883c973 (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/admin/news.php')
-rwxr-xr-x | www-ssl/admin/news.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/admin/news.php b/www-ssl/admin/news.php index 3bc77bd4..f37c9a08 100755 --- a/www-ssl/admin/news.php +++ b/www-ssl/admin/news.php @@ -14,7 +14,7 @@ $Erg = mysql_query($SQL, $con); $rowcount = mysql_num_rows($Erg); ?> -Hallo <? echo $_SESSION['Nick'] ?>, <br> +Hallo <?PHP echo $_SESSION['Nick'] ?>, <br> hier kannst du die News säbern... falls jemand auf die Idee kommt, hier herumzuspamen oder aus Versehen falsche Informationen zu hinterlegen :)<br><br> @@ -27,7 +27,7 @@ hier herumzuspamen oder aus Versehen falsche Informationen zu hinterlegen :)<br> <td>Engeltreff</td> <td>Änd.</td> </tr> -<? +<?PHP for ($i=0; $i < $rowcount; $i++) { echo "\t<tr class=\"content\">\n"; |