Changeset 2907
- Timestamp:
- 06/25/08 14:46:32 (2 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/form.php
r2885 r2907 59 59 * @return string 60 60 */ 61 public static function open_multipart($action = '', $attr = array(), $hidden = array())61 public static function open_multipart($action = NULL, $attr = array(), $hidden = array()) 62 62 { 63 63 // Set multi-part form type
