Ignore:
Timestamp:
01/19/08 12:33:02 (4 years ago)
Author:
bogdanpasoi@…
Message:

Open source - first draft.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/controllers/task.php

    r852 r883  
    4949    $values['title'] = request('title', $task['title']); 
    5050    $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']); 
    5153 
    5254    // Parameter values, for all possible types of tasks. 
     
    7678        $new_task['type'] = $values['type']; 
    7779        $new_task['hidden'] = $values['hidden']; 
     80        $new_task['open_source'] = $values['open_source']; 
     81        $new_task['open_tests'] = $values['open_tests']; 
    7882 
    7983        $task_errors = task_validate($new_task); 
Note: See TracChangeset for help on using the changeset viewer.