diff options
author | eric <eric> | 2005-01-25 22:52:32 +0000 |
---|---|---|
committer | eric <eric> | 2005-01-25 22:52:32 +0000 |
commit | a54ca6bfaf72832e0ca98278c037b7a1bc75fa16 (patch) | |
tree | d906562fc4a21ae6b884e15b052d142722380a22 /web/html/pkgmgmnt.php | |
parent | 9641fdc735640af82606ee9b6a60a1cb3c046d16 (diff) |
started working on package delete support
Diffstat (limited to 'web/html/pkgmgmnt.php')
-rw-r--r-- | web/html/pkgmgmnt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmgmnt.php b/web/html/pkgmgmnt.php index a2e28c2..6c8cddd 100644 --- a/web/html/pkgmgmnt.php +++ b/web/html/pkgmgmnt.php @@ -15,5 +15,5 @@ print __("Manage package ID: %s", array($_REQUEST["ID"])) . "<br />\n"; html_footer("\$Id$"); -# vim: ts=2 sw=2 et ft=php +# vim: ts=2 sw=2 noet ft=php ?> |