summaryrefslogtreecommitdiff
path: root/www-ssl/nonpublic/myschichtplan.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/myschichtplan.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/myschichtplan.php')
-rwxr-xr-xwww-ssl/nonpublic/myschichtplan.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/www-ssl/nonpublic/myschichtplan.php b/www-ssl/nonpublic/myschichtplan.php
index cecb4c77..e23fa66f 100755
--- a/www-ssl/nonpublic/myschichtplan.php
+++ b/www-ssl/nonpublic/myschichtplan.php
@@ -28,14 +28,14 @@ If( !IsSet($_GET["action"]) )
?>
<table border="0" class="border" cellpadding="2" cellspacing="1">
<tr>
- <td class="contenttopic"><b><? echo Get_Text("pub_mywake_Datum");?></b></td>
- <td class="contenttopic"><b><? echo Get_Text("pub_mywake_Uhrzeit");?></b></td>
- <td class="contenttopic"><b><? echo Get_Text("pub_mywake_Len");?></b></td>
- <td class="contenttopic"><b><? echo Get_Text("pub_mywake_Ort");?></b></td>
- <td class="contenttopic"><b><? echo Get_Text("pub_mywake_Bemerkung");?></b></td>
- <td class="contenttopic"><b><? echo Get_Text("pub_mywake_Austragen");?></b></td>
+ <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Datum");?></b></td>
+ <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Uhrzeit");?></b></td>
+ <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Len");?></b></td>
+ <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Ort");?></b></td>
+ <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Bemerkung");?></b></td>
+ <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Austragen");?></b></td>
</tr>
- <?
+ <?PHP
for( $i=0; $i<mysql_num_rows( $erg ); $i++ )
{