fix missing }

This commit is contained in:
Isaac Connor 2019-01-05 11:12:26 -05:00
parent e6ba8e58ef
commit e34a5e972a
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@ if ( ($action == 'privacy') && isset($_REQUEST['option']) ) {
default: # Enable the privacy statement if we somehow submit something other than accept or decline
dbQuery("UPDATE Config SET Value = '1' WHERE Name = 'ZM_SHOW_PRIVACY'");
} // end switch option
} // end if
?>