[Rt-commit] rt branch, 4.0/pg-session-last-updated-fix, updated. rt-4.0.6-127-gc3bf6c5
? sunnavy
sunnavy at bestpractical.com
Thu Jun 14 23:31:31 EDT 2012
The branch, 4.0/pg-session-last-updated-fix has been updated
via c3bf6c582b7a0e548c9c218f8d683a325de2fd1c (commit)
from 4736f79aca8886e9a431a16137b57b4ab3267167 (commit)
Summary of changes:
lib/RT/Interface/Web/Session.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c3bf6c582b7a0e548c9c218f8d683a325de2fd1c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jun 15 11:30:57 2012 +0800
typo
diff --git a/lib/RT/Interface/Web/Session.pm b/lib/RT/Interface/Web/Session.pm
index e3ecced..bbda7aa 100644
--- a/lib/RT/Interface/Web/Session.pm
+++ b/lib/RT/Interface/Web/Session.pm
@@ -94,7 +94,7 @@ sub Class {
my $self = shift;
my $session = shift;
local $self->{dbh}->{RaiseError} = 1;
- if ( !defined $self->{update_last_updated} ) {
+ if ( !defined $self->{update_sth} ) {
$self->{update_sth} = $self->{dbh}->prepare_cached(
qq{
UPDATE $self->{'table_name'} SET LastUpdated = NOW() WHERE id = ?}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list