X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=gwvplib%2Fgwvpdatabase.php;fp=gwvplib%2Fgwvpdatabase.php;h=b45e360c23098118717dd25a2913c338af915e21;hp=6b0a1f92d6741ce9a10345239dd0007a14eef4d0;hb=fe6b9fc0c565c690aee78c3b4620f27a65385c31;hpb=673b7aa46f8ccbd326113eea024320f70eb7ec10 diff --git a/gwvplib/gwvpdatabase.php b/gwvplib/gwvpdatabase.php index 6b0a1f9..b45e360 100644 --- a/gwvplib/gwvpdatabase.php +++ b/gwvplib/gwvpdatabase.php @@ -680,8 +680,6 @@ function gwvp_addGroupMember($email, $groupname) if($uid!=false&&$gid!=false) gwvp_addGroupMemberByID($uid, $gid); else return false; - $conn->query($sql); - return true; }