$sql = "INSERT INTO " . USER_GROUP_TABLE . " (user_id, group_id, user_pending)
VALUES ($user_id, $group_id, 0, '$birthday', '$next_birthday_greeting')";
if( !($result = $db->sql_query($sql, END_TRANSACTION)) )
why do you add this in the group table?
$sql = "INSERT INTO " . USER_GROUP_TABLE . " (user_id, group_id, user_pending)
VALUES ($user_id, $group_id, 0, '$birthday', '$next_birthday_greeting')";
if( !($result = $db->sql_query($sql, END_TRANSACTION)) )

Return to Birthday [2.0.10/EM]
Users browsing this forum: No registered users and 1 guest