summaryrefslogtreecommitdiff
path: root/www-ssl/admin/tshirt.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin/tshirt.php')
-rwxr-xr-xwww-ssl/admin/tshirt.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-ssl/admin/tshirt.php b/www-ssl/admin/tshirt.php
index 2a3ea500..2e843e92 100755
--- a/www-ssl/admin/tshirt.php
+++ b/www-ssl/admin/tshirt.php
@@ -24,7 +24,7 @@ Hinter diesem erscheint ein Link, über den man eintragen kann, dass der Eng
Liste aller aktiven Engel:
-<?
+<?PHP
$SQL = "SELECT * from User where (Aktiv = 1) ORDER BY Nick ASC";
$Erg = mysql_query($SQL, $con);
@@ -37,7 +37,7 @@ $rowcount = mysql_num_rows($Erg);
<td>Gr&ouml;sse</td>
<td>T-Shirt ausgeben:</td>
</td>
-<?
+<?PHP
for ($i=0; $i<$rowcount; $i++){
echo "\t<tr class=\"content\">\n";
$eUID=mysql_result($Erg, $i, "UID");