wolfe
02-22-2023, 10:05 PM
Is it possible to use DEFAULT in the datamanager to reset the field to the default database value
example I used
UPDATE table SET navigationdisplay= DEFAULT
now im trying to use
$userdata->set('navigationdisplay', DEFAULT);
getting error
Parse error: syntax error, unexpected 'DEFAULT' (T_DEFAULT)
thank you
example I used
UPDATE table SET navigationdisplay= DEFAULT
now im trying to use
$userdata->set('navigationdisplay', DEFAULT);
getting error
Parse error: syntax error, unexpected 'DEFAULT' (T_DEFAULT)
thank you