Functions in User Agent Logger 6
Primary tabs
Name![]() |
Location | Description | Direct uses | Strings |
---|---|---|---|---|
ua_logger_comment |
./ |
|||
ua_logger_install |
./ |
|||
ua_logger_nodeapi |
./ |
|||
ua_logger_perm |
./ |
|||
ua_logger_schema |
./ |
Implementation of hook_install(). OLD CODE FOR REFERENCE PURPOSES function ua_logger_install() { switch ($GLOBALS['db_type']) { case 'pgsql': db_query("CREATE TABLE {ua_logger} ( id SERIAL, xid integer default NULL, type text… | ||
ua_logger_uninstall |
./ |