Changeset 6158
- Timestamp:
- 11/24/07 17:32:49 (2 years ago)
- Files:
-
- trunk/lib/form/sfForm.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/form/sfForm.class.php
r6114 r6158 41 41 /** 42 42 * Constructor. 43 * 44 * @param array An array of field default values 45 * @param string A CSRF secret (false to disable CSRF protection, null to use the global CSRF secret) 43 46 */ 44 47 public function __construct($defaults = array(), $CSRFSecret = null)

