On Friday 01 June 2007 6:31:40 am Christophe David wrote: > Is there a way to specify the number of days the RecentChanges pages > report changes ?
I'm not sure if this is what you're referring to, but here goes. >From the config.php file: ## $DiffKeepDays specifies the minimum number of days to keep a page's ## revision history. The default is 3650 (approximately 10 years). $DiffKeepDays=30; # keep page history at least 30 days Is this what you meant? Ian MacGregor > > Christophe > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
