HOME LINKS SAL PUBLIC SOFTWARE SEARCH MADE UP

SAGATOR


log_cleanup()
  Clean old records from SQL log database table.
  
  Usage: log_cleanup(older_than=768)
  
  Where: older_than is an integer, which defines number of hours for
           up-to-date records. All older records will be deleted.
           By default aprox. one month (768h) of records are kept.
  
  New in version 1.1.0.