Changeset 12061 for branches/1.1
- Timestamp:
- 10/07/08 22:18:39 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/storage/sfMySQLSessionStorage.class.php
r10589 r12061 101 101 $id = $this->db_escape($id); 102 102 103 // deletethe record associated with this id103 // get the record associated with this id 104 104 $sql = "SELECT $db_data_col FROM $db_table WHERE $db_id_col = '$id'"; 105 105