Skip to content
Snippets Groups Projects
Commit c0e9e0d9 authored by Prasad's avatar Prasad
Browse files

Fixes #532: Legacy dependency on global defined to avoid unwated PHP warning

parent 3ecf46bc
Branches
Tags
No related merge requests found
......@@ -13,6 +13,7 @@ require_once('include/utils/utils.php');
require_once 'include/Webservices/Utils.php';
global $adv_filter_options;
global $mod_strings;
$adv_filter_options = array("e" => "" . $mod_strings['equals'] . "",
"n" => "" . $mod_strings['not equal to'] . "",
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment