Changeset 12076
- Timestamp:
- 10/08/08 19:05:29 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrineGuardPlugin/branches/1.1/lib/model/doctrine/PluginsfGuardUser.class.php
r11504 r12076 191 191 } 192 192 } 193 catch ( sfException $e)193 catch (Exception $e) 194 194 { 195 195 } plugins/sfDoctrineGuardPlugin/trunk/lib/model/doctrine/PluginsfGuardUser.class.php
r11504 r12076 191 191 } 192 192 } 193 catch ( sfException $e)193 catch (Exception $e) 194 194 { 195 195 }