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/common/db/job.php

    r852 r883  
    9090                   `task`.`page_name` AS `task_page_name`, task.`title` AS `task_title`, 
    9191                   `task`.`hidden` AS `task_hidden`, `task`.`user_id` AS `task_owner_id`, 
     92                   `task`.`open_source` AS `task_open_source`, 
    9293                   `round`.`id` AS `round_id`, 
    9394                   `round`.`page_name` AS `round_page_name`, `round`.`title` AS `round_title`"; 
Note: See TracChangeset for help on using the changeset viewer.