From bb9518b9f1c6e0e27eff27a63bc943200683900c Mon Sep 17 00:00:00 2001 From: toins Date: Wed, 12 Jul 2006 17:03:49 +0000 Subject: [PATCH] POD added. --- suggestion/acceptorreject.pl | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/suggestion/acceptorreject.pl b/suggestion/acceptorreject.pl index 9f1721e6b3..88918868d6 100755 --- a/suggestion/acceptorreject.pl +++ b/suggestion/acceptorreject.pl @@ -19,6 +19,51 @@ # $Id$ +=head1 NAME + +acceptorreject.pl + +=head1 DESCRIPTION + +this script modify the status of a subscription to ACCEPTED or to REJECTED + +=head1 PARAMETERS + +=over 4 + +=item title + +=item author + +=item note + +=item copyrightdate + +=item publishercode + +=item volumedesc + +=item publicationyear + +=item place + +=item isbn + +=item status + +=item suggestedbyme + +=item op +op can be : + * aorr_confirm : to confirm accept or reject + * delete_confirm : to confirm the deletion + +=back + + +=cut + + use strict; require Exporter; use CGI; -- 2.39.2