Core
3.2
PHP API documentation
Go to the documentation of this file.
20 include_once (
"Class.DbObj.php");
95 create table doclog ( id int not null,
100 date timestamp default now(),
105 create index i_doclog on doclog(id);
106 create index in_doclog on doclog(initid);
107 create index date_doclog on doclog(date);