Core
3.2
PHP API documentation
Go to the documentation of this file.
19 define(
"HISTO_NOTICE", 1);
20 define(
"HISTO_INFO", 2);
21 define(
"HISTO_MESSAGE", 4);
22 define(
"HISTO_WARNING", 8);
23 define(
"HISTO_ERROR", 16);
25 include_once (
"Class.DbObj.php");
88 create table dochisto ( id int not null,
96 create index i_dochisto on dochisto(id);
97 create index in_dochisto on dochisto(initid);