Changeset 11962
- Timestamp:
- 10/05/08 21:02:04 (5 years ago)
- Files:
-
- branches/1.1/lib/response/sfWebResponse.class.php (modified) (1 diff)
- branches/1.2/lib/response/sfWebResponse.class.php (modified) (1 diff)
- branches/1.2/lib/validator/sfValidatorChoice.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/response/sfWebResponse.class.php
r11955 r11962 86 86 * * content_type: The content type (text/html by default) 87 87 * * send_http_headers: Whether to send HTTP headers or not (true by default) 88 * * http_protocol: The HTTP protocol to use for the response (HTTP/1. 1by default)88 * * http_protocol: The HTTP protocol to use for the response (HTTP/1.0 by default) 89 89 * 90 90 * @param sfEventDispatcher $dispatcher An sfEventDispatcher instance branches/1.2/lib/response/sfWebResponse.class.php
r11955 r11962 93 93 * * content_type: The content type (text/html by default) 94 94 * * send_http_headers: Whether to send HTTP headers or not (true by default) 95 * * http_protocol: The HTTP protocol to use for the response (HTTP/1. 1by default)95 * * http_protocol: The HTTP protocol to use for the response (HTTP/1.0 by default) 96 96 * 97 97 * @param sfEventDispatcher $dispatcher An sfEventDispatcher instance branches/1.2/lib/validator/sfValidatorChoice.class.php
r11668 r11962 92 92 } 93 93 } 94 print "SHFHSDFHDSF"; 94 95 95 96 return false;