UPDATE".CONFIG_TABLE."setcomment='Send an email to the administrators when a user registers'whereparam='email_admin_on_new_user';
";
pwg_query($query);
$query="
UPDATE".CONFIG_TABLE."setcomment='Send an email to the administrators when a valid comment is entered'whereparam='email_admin_on_comment';
";
pwg_query($query);
$query="
UPDATE".CONFIG_TABLE."setcomment='Send an email to the administrators when a comment requires validation'whereparam='email_admin_on_comment_validation';
";
pwg_query($query);
$query="
INSERTINTO".CONFIG_TABLE."(param,value,comment)VALUES('email_admin_on_picture_uploaded','false','Send an email to the administrators when a picture is uploaded');