Changeset 4891
- Timestamp:
- 08/23/07 17:49:41 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/storage/sfPostgreSQLSessionStorage.class.php
r3329 r4891 139 139 140 140 // delete the record associated with this id 141 $sql = 'DELETE FROM '.$db_table.' WHERE '.$db_time_col.' < '.$ lifetime;141 $sql = 'DELETE FROM '.$db_table.' WHERE '.$db_time_col.' < '.$time; 142 142 143 143 if (@pg_query($this->resource, $sql))