Merge branch 'master' into storageareas

This commit is contained in:
Isaac Connor 2019-01-05 11:12:38 -05:00
commit 1a75cf333e
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 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'"); dbQuery("UPDATE Config SET Value = '1' WHERE Name = 'ZM_SHOW_PRIVACY'");
} // end switch option } // end switch option
} // end if
?> ?>