Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

Update a citation / update_citation.php3

Description

Edit or update an existing citation in the NLS bibliographic database. Update a Citation presents the user with a form that contains a Citation Number field to be filled in with the number of the citation to updated and a clickable button that begins the process.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds header to the page. 
bottom.htmlAdds footer to the page. 
cit_upd.php3Collects the number of the citation to update and retrieves the citation to update.xentire.php3

mySQL Statement(s)

Javascript


require('top.html');
require('bottom.html');
print("");


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