Skip to Content Skip to Menu

[SOLVED] Can't seem to get the registerFunction to work

  • sfraise
  • sfraise
  • OFFLINE
  • Posts: 96
  • Thanks: 14
  • Karma: 4
12 years 9 months ago #186795 by sfraise
I'll take a look.
For now I just added:
Code:
$query = "UPDATE #__comprofiler_members SET accepted='1', pending='0' WHERE referenceid = '$awkeyuserid_item[$aw_i]' AND memberid = '$user->id'"; $query = "UPDATE #__comprofiler_members SET accepted='1', pending='0' WHERE referenceid = '$user->id' AND memberid = '$awkeyuserid_item[$aw_i]'"; $db->setQuery($query); $db->query();
after the connection is made in the auto welcome plugin.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum