diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-20 20:05:30 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-11-20 20:05:30 +0000 |
commit | 1540a5869ad675fa270dc0f5cdbd1b8c71448957 (patch) | |
tree | 53f42c537b3e4003daea68cb78e46fb50a6312be /www-ssl/admin/debug.php | |
parent | afb717cc545797702d4050073d302ab95327e163 (diff) |
changelog in einzelnes file gepackt
git-svn-id: svn://svn.cccv.de/engel-system@163 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin/debug.php')
-rwxr-xr-x | www-ssl/admin/debug.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www-ssl/admin/debug.php b/www-ssl/admin/debug.php index 27781ce5..aaf1bcb4 100755 --- a/www-ssl/admin/debug.php +++ b/www-ssl/admin/debug.php @@ -41,9 +41,6 @@ for ($i=0; $i<$rowcount; $i++) echo mysql_result($Erg, $i, 1). "x '". mysql_result($Erg, $i, 0). "'<br>\n"; -echo "<h1>ChangeLog</h1> <br>"; -funktion_db_list("ChangeLog"); - include ("./inc/footer.php"); ?> |