MINOR Removed MultiFormSession::[Data] which is never used

This commit is contained in:
Sean Harvey 2008-07-21 21:07:48 +00:00
parent a42bb6103b
commit 1ba27d9c7d

View File

@ -13,7 +13,6 @@
class MultiFormSession extends DataObject {
static $db = array(
'Data' => 'Text', // stores serialized maps with all session information
'Hash' => 'Varchar(40)', // cryptographic hash identification to this session
'IsComplete' => 'Boolean' // flag to determine if this session is marked completed
);