Exemplo n.º 1
0
/**
 * Adds restrictions for finding only unscheduled jobs.
 * 
 * @param QUERY $query The query to adjust; cannot be null.
 * @access private
 */
function restrict_to_unscheduled($query)
{
    $query->restrict('entry.release_id = 0');
}