indude

Topic: Errors on "jobs-at" page

I'm getting the following error while opening a "jobs-at" page.

Notice: Undefined variable: company in /home/domain/public_html/job/page_company.php on line 14

Notice: Undefined variable: company in /home/domain/public_html/job/page_company.php on line 15

Notice: Undefined variable: company in /home/domain/public_html/job/page_company.php on line 17

Notice: Undefined variable: company in /home/domain/public_html/job/page_company.php on line 18

I have the following lines from 13 to 25 in page_company.php

    {

        if ($sanitizer->sanitize_title_with_dashes($comp['company']) == $id)

        {

            $company = $comp['company'];

            break;

        }

    }

putypuruty

Re: Errors on "jobs-at" page

Do you get this error for all the jobs?