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.
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\"