Changeset 1445 for trunk/modules/forge/libraries/Form_Input.php
- Timestamp:
- 12/07/2007 12:58:04 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Input.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Input.php
r1444 r1445 54 54 else 55 55 { 56 // Default action is replace57 $action = ' =';56 // Default action is append 57 $action = ''; 58 58 } 59 59 … … 130 130 } 131 131 132 protected function add_rules( array $rules, $action = '=')132 protected function add_rules( array $rules, $action) 133 133 { 134 134 if ($action === '=')
