Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue coral-erm#355: fix PHP Notices on Organizations index page.
Add isset() to fix PHP Notice: Undefined index: org_orderBy in …/organizations/index.php on line 153 Add isset() to fix PHP Notice: Undefined index: org_numberOfRecords in …/organizations/index.php on line 149 Add isset() to fix PHP Notice: Undefined index: org_pageStart in …/organizations/index.php on line 145 Add isset() to fix PHP Notice: Undefined index: org_startWith in …/organizations/index.php on line 140 Add isset() to fix PHP Notice: Undefined index: org_contactName in …/organizations/index.php on line 95 Add isset() to fix PHP Notice: Undefined index: org_contactName in …/organizations/index.php on line 94 Add isset() to fix PHP Notice: Undefined index: org_organizationRoleID in …/organizations/index.php on line 78 Add isset() to fix PHP Notice: Undefined index: org_organizationName in …/organizations/index.php on line 62 Add isset() to fix PHP Notice: Undefined index: org_organizationName in …/organizations/index.php on line 61 Set $reset variable to fix PHP Notice: Undefined variable: reset in …/organizations/index.php on line 58 Add isset() to fix PHP Notice: Undefined index: ref_script in …/organizations/index.php on line 32
- Loading branch information