Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / delete_publisher.php3

Description

This program presents a list of publishers in a drop-down menu. The user must pick a publisher to delete and press the Delete button.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
x_delete_publisher.php3Double checks on the deletion.delete_publisher.php3

mySQL Statement(s)

Javascript

print("");


require('top.html');
require('bottom.html');
FORM ACTION=\"x_delete_publisher.php3\"


manuals/system/bib-maint/maintenance/d-delete_publisher.php3