Changeset 883 for trunk/www/controllers/task.php
- Timestamp:
- 01/19/08 12:33:02 (4 years ago)
- File:
-
- 1 edited
-
trunk/www/controllers/task.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/controllers/task.php
r852 r883 49 49 $values['title'] = request('title', $task['title']); 50 50 $values['page_name'] = request('page_name', $task['page_name']); 51 $values['open_source'] = request('open_source', $task['open_source']); 52 $values['open_tests'] = request('open_tests', $task['open_tests']); 51 53 52 54 // Parameter values, for all possible types of tasks. … … 76 78 $new_task['type'] = $values['type']; 77 79 $new_task['hidden'] = $values['hidden']; 80 $new_task['open_source'] = $values['open_source']; 81 $new_task['open_tests'] = $values['open_tests']; 78 82 79 83 $task_errors = task_validate($new_task);
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)