equal
deleted
inserted
replaced
1394 { |
1394 { |
1395 $row = $db->fetchrow(); |
1395 $row = $db->fetchrow(); |
1396 $db->free_result(); |
1396 $db->free_result(); |
1397 |
1397 |
1398 $user_id =& $row['user_id']; |
1398 $user_id =& $row['user_id']; |
1399 $this->sql('INSERT INTO '.table_prefix.'user_extra(user_id) VALUES(' . $user_id . ');'); |
1399 $this->sql('INSERT INTO '.table_prefix.'users_extra(user_id) VALUES(' . $user_id . ');'); |
1400 } |
1400 } |
1401 |
1401 |
1402 // Require the account to be activated? |
1402 // Require the account to be activated? |
1403 if ( $coppa ) |
1403 if ( $coppa ) |
1404 { |
1404 { |