Changeset 2911
- Timestamp:
- 09/19/08 18:39:24 (4 months ago)
- Location:
- branches/0.11
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
samples/app/modules/Default/actions/SearchEngineSpamAction.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2910 r2911 4 4 0.11.4 RC1 (September ??, 2008) 5 5 ------------------------------- 6 7 FIX: Sample app SearchEngineSpamAction works with invalid product names (#861) (David) 6 8 7 9 -
branches/0.11/samples/app/modules/Default/actions/SearchEngineSpamAction.class.php
r2903 r2911 9 9 10 10 // was the name in the url? then validate that, too 11 if($rd->hasParameter(' product_name')) {11 if($rd->hasParameter('name')) { 12 12 $name = $rd->getParameter('name'); 13 13 $price = $pfm->getPriceByProductInfo($id, $name);

