Removing redundant "p" flag

This commit is contained in:
Alexandre KARIM 2021-08-19 11:57:59 +02:00
parent a15e1edf8a
commit d90a5dbc7e

View File

@ -577,13 +577,11 @@ sub attributes {
default => 0,
type => 'bool',
documentation => 'Enable New Location Warning',
flags => 'p',
},
newLocationWarningMailAttribute => {
type => 'text',
default => 'mail',
documentation => 'New location warning mail session attribute',
flags => 'p',
},
newLocationWarningMailBody => {
type => 'longtext',