UPDATE `basededatos`.`mybb_users` SET `myncprivacy` = '2' WHERE `mybb_users`.`uid`;
UPDATE `basededatos`.`mybb_users` SET `myncnotify` = '1' WHERE `mybb_users`.`uid`;
<?php
"myncprivacy" => array(
"table" => "users",
"schema" => "int(1) NOT NULL default '0'"
)
);
<?php
"myncprivacy" => array(
"table" => "users",
"schema" => "int(1) NOT NULL default '1'"
)
);