Closed williamlief closed 4 years ago
Should just need to modify to (in where clause for partners): WHERE (p.uuid = :uuid AND confirmed = true) AND s.selected = true
yep
On Mar 11, 2020, at 8:34 PM, Ben Cerjan notifications@github.com wrote:
Should just need to modify to (in where clause for partners): WHERE (p.uuid = :uuid AND confirmed = true) AND s.selected = true
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/williamlief/nameServer/issues/124#issuecomment-597989383, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYAO6IGS3PJYLRWUYGFMLLRHBJ2ZANCNFSM4LGBCWJA.
https://github.com/williamlief/nameServer/blob/d3fd6b79132f6f5249a508f8abbc5e6ec231393b/functions.php/get_names.php
Needs to confirm that partners are confirmed before using in the name pull query.