Login password min length, boolean default set if empty
Also remove all inserts from the table declaration and add them in a separate file instead Add add/remove css to element for the element js declarations
This commit is contained in:
@@ -1621,6 +1621,12 @@ class IO extends \CoreLibs\Basic
|
||||
if ($string == 'f' || $string == 'false') {
|
||||
return false;
|
||||
}
|
||||
// fallback in case top is not t/f, default on set unset
|
||||
if ($string) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
if ($string) {
|
||||
return 't';
|
||||
|
||||
Reference in New Issue
Block a user