Show
Ignore:
Timestamp:
08/05/08 20:32:15 (4 years ago)
Author:
john
Message:

fixed a few bugs with new session AR store

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/session/active_record_store.php

    r298 r300  
    7474        $session = ($session instanceof ActiveRecordStore) ? $session : $this; 
    7575        $session->id = $sess_id; 
    76         $session->data = $this->escape($data); 
     76        $session->data = $data; 
    7777        $session->client_ip = $this->escape($_SERVER['REMOTE_ADDR']); 
    7878        $session->http_user_agent = $this->escape($_SERVER['HTTP_USER_AGENT']);