Documentation for NLS Bibliography Maintenance Functions on bogrex

NLS Bibliography - Reports Documentation


Process / program name

General Reports / modified_entries_fetch.php3

Description

The program starts a report with user-supplied date and displays all citations that were modified in the bibliography on, or more recently than, that date.

Files called / (used) by the program

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

mySQL Statement(s)

  • sprintf("select distinct ARTICLES.ID_NUMBER,SORT_ORDER from ARTICLES,COHORTS where (DATE_MODIFIED >= '%s-%s-%s') and (ARTICLES.ID_NUMBER = COHORTS.ID_NUMBER) order by SORT_ORDER", $yyyy, $mm, $dd);

    Javascript


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


    manuals/system/bib-maint/reports/r-modified_entries_fetch.php3