Changeset 10530
- Timestamp:
- 07/31/08 08:05:37 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/storage/sfPDOSessionStorage.class.php
r10425 r10530 191 191 { 192 192 $stmt = $this->db->prepare($sql); 193 $stmt->bindParam(1, $ currentId, PDO::PARAM_STR);194 $stmt->bindParam(2, $ newId, PDO::PARAM_STR);193 $stmt->bindParam(1, $newId, PDO::PARAM_STR); 194 $stmt->bindParam(2, $currentId, PDO::PARAM_STR); 195 195 $stmt->execute(); 196 196 }

