Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 4 of 4
$SqlBuilder = &$UserManager->DelegateParameters["SqlBuilder"];
$User = &$UserManager->DelegateParameters["User"];
$SqlBuilder->AddFieldNameValue("MyCustomPref", FormatStringForDatabaseInput($User->MyCustomPref));
a:3:{s:18:"MyCustomPref";i:1;}
$UserManager->SwitchUserPreference('MyCustomPref', $Switch);
$SqlBuilder->AddFieldNameValue("Preferences", FormatStringForDatabaseInput("a:3:{s:18:"MyCustomPref";i:1;}"));1 to 4 of 4