small fixes to last commit

git-svn-id: svn://192.168.202.10@3690 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2023-02-27 20:50:07 +00:00
parent 70e9be89a4
commit ea20d8089f
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -105,7 +105,6 @@ $HTML_header="<html>\n";
$HTML_header.="<TITLE>"._QXZ("$report_name").": $report_full_names_array[$report_type]</TITLE>\n";
$HTML_header.="<HEAD>\n";
$HTML_header.="<link rel=\"stylesheet\" type=\"text/css\" href=\"VERM_stylesheet.php\">\n";
$HTML_header.="<script src=\"jquery.min.js\"></script>\n";
$HTML_header.="<script language=\"JavaScript\" src=\"calendar_db.js\"></script>\n";
$HTML_header.="<script language=\"JavaScript\" src=\"help.js\"></script>\n";
$HTML_header.="<script language=\"JavaScript\" src=\"VERM_custom_form_functions.php\"></script>\n";
+3
View File
@@ -126,6 +126,9 @@ if (mysqli_num_rows($options_rslt)>0)
if ($setting_name=="show_full_agent_info" && $setting_value)
{$show_full_agent_info=$setting_value;}
if ($setting_name=="auto_download_limit" && $setting_value)
{$auto_download_limit=$setting_value;}
if ($setting_name=="exc_addtl_statuses" && $setting_value)
{
$exc_statuses=explode(",", $setting_value);