X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faccess_user_log.pm;h=552dd2ad89385c2d5b513cde7c3715661e985c4d;hb=a354fed1dedc65cf62e63d940e1cfb9c4364e6d3;hp=026670cafe167dba32045f82905e057a4dd8a242;hpb=1a2bd8688493c5bf950fd6af5c2835b9753f8c0f;p=freeside.git diff --git a/FS/FS/access_user_log.pm b/FS/FS/access_user_log.pm index 026670caf..552dd2ad8 100644 --- a/FS/FS/access_user_log.pm +++ b/FS/FS/access_user_log.pm @@ -53,6 +53,10 @@ _date =back +=item pid + +=back + =head1 METHODS =over 4 @@ -84,6 +88,7 @@ sub insert_new_path { 'path' => $path, '_date' => time, 'render_seconds' => $render_seconds, + 'pid' => $$, } ); #so we can still log pages after a transaction-aborting SQL error (and then @@ -127,6 +132,7 @@ sub check { || $self->ut_text('path') || $self->ut_number('_date') || $self->ut_numbern('render_seconds') + || $self->ut_numbern('pid') ; return $error if $error;