Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Maintenance Documentation


Process / program name

* / d-link_delete .php3

Description

This program deletes the journal links associated with a publisher.

Files called / (used) by the program

NameWhat it doesFiles called
top.php3Adds a header to the page. 
bottom.htmlAdds a footer to the page. 
*.php3  

mySQL Statement(s)

mysql_query("delete from PUBLISHER_LINK where (PUBLISHER_NUMBER=$pubnum) and (JOURNAL='$jrnl')", $db);

Javascript


require('top.html');
require('bottom.html');
FORM ACTION=\" *.php3\"
printf("Update publisher %s
\n", $pubnum, $pubname);


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