Changeset 7426
- Timestamp:
- 02/08/08 23:55:47 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/routing/sfPatternRouting.class.php
r7363 r7426 557 557 } 558 558 parse_str($found, $pass); 559 560 if (get_magic_quotes_gpc()) 561 { 562 $pass = sfToolkit::stripslashesDeep((array) $pass); 563 } 564 559 565 foreach ($pass as $key => $value) 560 566 {