diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-22 17:27:54 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-22 17:27:54 +0000 |
commit | dce1888eae528f99365fc3b5849a8353801414b6 (patch) | |
tree | f4b52ee424830ba2874a79d5e3c4e246e37e9d80 /www-ssl/nonpublic/schichtplanneu.1.php | |
parent | 92aed1ec3878a458a0f8f7ca52df3240f3370ee4 (diff) |
del unuse files
git-svn-id: svn://svn.cccv.de/engel-system@79 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/nonpublic/schichtplanneu.1.php')
-rwxr-xr-x | www-ssl/nonpublic/schichtplanneu.1.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www-ssl/nonpublic/schichtplanneu.1.php b/www-ssl/nonpublic/schichtplanneu.1.php deleted file mode 100755 index e7a41f7f..00000000 --- a/www-ssl/nonpublic/schichtplanneu.1.php +++ /dev/null @@ -1,17 +0,0 @@ -<h4> Tage </h4> - -<? - -include ("./inc/db.php"); - -$SQL = "SELECT Date FROM `Schichtplan` ORDER BY 'Date'"; -$Erg = mysql_query($SQL, $con); -if (!isset($ausdatum)) $ausdatum = substr(mysql_result($Erg, $i , 0), 0,10); -for ($i = 0 ; $i < mysql_fetch_row($Erg) ; $i++) - if ($tmp != substr(mysql_result($Erg, $i , 0), 0,10)) { - $tmp = substr(mysql_result($Erg, $i , 0), 0,10); -// echo "<li><a href='".basename(getenv("PATH_INFO"))."?ausdatum=$tmp'>$tmp</a></li>"; - echo "\t<li><a href='./schichtplanneu.php?ausdatum=$tmp'>$tmp</a></li>\n"; -} - -?> |