All pastes #2077876 Raw Edit

Something

public text v1 · immutable
#2077876 ·published 2011-08-23 14:35 UTC
rendered paste body
                -- If the session has ended remove the related database entries
                IF NEW.acctstoptime IS NOT NULL THEN
                        UPDATE usage_session SET completed = NOW() WHERE acctuniqueid = NEW.acctuniqueid;
                        DELETE FROM disconnect WHERE acctuniqueid = NEW.acctuniqueid;
                END IF;