@@ -94,8 +94,7 @@ discard block |
||
| 94 | 94 | '#prefix' => '<li class="tab">', |
| 95 | 95 | '#suffix' => '</li>', |
| 96 | 96 | ); |
| 97 | - } |
|
| 98 | - else if ( user_access('administer users') ) { |
|
| 97 | + } else if ( user_access('administer users') ) { |
|
| 99 | 98 | $form['delete'] = array( |
| 100 | 99 | '#type' => 'submit', |
| 101 | 100 | '#value' => bts('Delete Account', array(), null, 'boinc:delete-user-account'), |
@@ -104,8 +103,7 @@ discard block |
||
| 104 | 103 | '#prefix' => '<li class="tab">', |
| 105 | 104 | '#suffix' => '</li>', |
| 106 | 105 | ); |
| 107 | - } |
|
| 108 | - else { |
|
| 106 | + } else { |
|
| 109 | 107 | unset($form['delete']); |
| 110 | 108 | } |
| 111 | 109 | break; |
@@ -295,8 +293,7 @@ discard block |
||
| 295 | 293 | // Redirect |
| 296 | 294 | if (!empty($redirect)) { |
| 297 | 295 | drupal_goto($redirect); |
| 298 | - } |
|
| 299 | - else { |
|
| 296 | + } else { |
|
| 300 | 297 | drupal_goto(); |
| 301 | 298 | } |
| 302 | 299 | } |
@@ -429,8 +426,7 @@ discard block |
||
| 429 | 426 | // Redirect |
| 430 | 427 | if (!empty($redirect)) { |
| 431 | 428 | drupal_goto($redirect); |
| 432 | - } |
|
| 433 | - else { |
|
| 429 | + } else { |
|
| 434 | 430 | drupal_goto(); |
| 435 | 431 | } |
| 436 | 432 | |
@@ -174,8 +174,7 @@ |
||
| 174 | 174 | array("agree_to_terms_of_use", "", false), |
| 175 | 175 | ); |
| 176 | 176 | form_checkboxes(tra("Do you agree to the terms of use above?"), $myitems, 'tabindex="0"'); |
| 177 | - } |
|
| 178 | - else { |
|
| 177 | + } else { |
|
| 179 | 178 | // error - no terms of use for user to agree to! |
| 180 | 179 | } |
| 181 | 180 | |
@@ -58,7 +58,7 @@ |
||
| 58 | 58 | //panel(null, 'panel_contents'); |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | -function left(){ |
|
| 61 | +function left() { |
|
| 62 | 62 | global $user, $no_web_account_creation, $master_url, $project_id; |
| 63 | 63 | panel( |
| 64 | 64 | $user?tra("Welcome, %1", $user->name):tra("What is %1?", PROJECT), |
@@ -104,7 +104,7 @@ |
||
| 104 | 104 | // set to 1. |
| 105 | 105 | if ($consent_flag==0) { |
| 106 | 106 | $rc = consent_to_a_policy($user, $ctid, 0, 1, $source); |
| 107 | - } else { |
|
| 107 | + } else { |
|
| 108 | 108 | $rc = consent_to_a_policy($user, $ctid, 1, 0, $source); |
| 109 | 109 | } |
| 110 | 110 | if (!$rc) { |
@@ -430,8 +430,7 @@ discard block |
||
| 430 | 430 | $user_info .= ' <div class="picture">'; |
| 431 | 431 | if (is_array($user_image) AND $user_image['image']['filepath']) { |
| 432 | 432 | $user_info .= theme('imagefield_image', $user_image['image'], $user_image['alt'], $user_image['alt'], array(), false); |
| 433 | - } |
|
| 434 | - elseif (is_string($user_image)) { |
|
| 433 | + } elseif (is_string($user_image)) { |
|
| 435 | 434 | $user_info .= '<img src="' . $user_image . '"/>'; |
| 436 | 435 | } |
| 437 | 436 | $user_info .= ' </div>'; |
@@ -473,8 +472,7 @@ discard block |
||
| 473 | 472 | // If a specific comment is being referenced, go back to it on cancel |
| 474 | 473 | if ($comment_ref = $form['pid']['#value']) { |
| 475 | 474 | $cancel_url = "goto/comment/{$comment_ref}"; |
| 476 | - } |
|
| 477 | - else { |
|
| 475 | + } else { |
|
| 478 | 476 | $cancel_url = "node/{$form['nid']['#value']}"; |
| 479 | 477 | } |
| 480 | 478 | |
@@ -528,8 +526,7 @@ discard block |
||
| 528 | 526 | '#weight' => 1000, |
| 529 | 527 | ); |
| 530 | 528 | } |
| 531 | - } |
|
| 532 | - else { |
|
| 529 | + } else { |
|
| 533 | 530 | $form = NULL; |
| 534 | 531 | $form['from'] = array( |
| 535 | 532 | '#type' => 'item', |
@@ -626,8 +623,7 @@ discard block |
||
| 626 | 623 | 'title' => bts('Reply to this topic with a quote', array(), NULL, 'boinc:forum-reply-to-comment') |
| 627 | 624 | ); |
| 628 | 625 | } |
| 629 | - } |
|
| 630 | - else { |
|
| 626 | + } else { |
|
| 631 | 627 | // Standard EDIT, DELETE, and REPLY links are created by Drupal, but we want to alter them |
| 632 | 628 | if (isset($links['comment_delete'])) { |
| 633 | 629 | $links['comment_delete']['attributes'] = array( |
@@ -681,8 +677,7 @@ discard block |
||
| 681 | 677 | 'title' => bts('Remove sticky status from this topic', array(), NULL, 'boinc:forum-unsticky-comment') |
| 682 | 678 | ) |
| 683 | 679 | ); |
| 684 | - } |
|
| 685 | - else { |
|
| 680 | + } else { |
|
| 686 | 681 | $links['make_sticky'] = array( |
| 687 | 682 | 'title' => bts('Make sticky', array(), NULL, 'boinc:forum-sticky-comment'), |
| 688 | 683 | 'href' => "{$node_control}/sticky", |
@@ -699,8 +694,7 @@ discard block |
||
| 699 | 694 | 'title' => bts('Lock this thread for comments', array(), NULL, 'boinc:forum-lock-comment') |
| 700 | 695 | ) |
| 701 | 696 | ); |
| 702 | - } |
|
| 703 | - else { |
|
| 697 | + } else { |
|
| 704 | 698 | $links['unlock'] = array( |
| 705 | 699 | 'title' => bts('Unlock', array(), NULL, 'boinc:forum-unlock-comment'), |
| 706 | 700 | 'href' => "{$node_control}/unlock", |
@@ -717,8 +711,7 @@ discard block |
||
| 717 | 711 | 'title' => bts('Hide this topic', array(), NULL, 'boinc:forum-hide-comment') |
| 718 | 712 | ) |
| 719 | 713 | ); |
| 720 | - } |
|
| 721 | - else { |
|
| 714 | + } else { |
|
| 722 | 715 | $links['unhide'] = array( |
| 723 | 716 | 'title' => bts('Unhide', array(), NULL, 'boinc:forum-unhide-comment'), |
| 724 | 717 | 'href' => "{$node_control}/unhide", |
@@ -729,8 +722,7 @@ discard block |
||
| 729 | 722 | } |
| 730 | 723 | }// if user_access('edit any forum topic') |
| 731 | 724 | } |
| 732 | - } |
|
| 733 | - else if ($type=='comment') { |
|
| 725 | + } else if ($type=='comment') { |
|
| 734 | 726 | $node = node_load($object->nid); |
| 735 | 727 | $nid = $object->nid; |
| 736 | 728 | $cid = $object->cid; |
@@ -771,8 +763,7 @@ discard block |
||
| 771 | 763 | 'title' => bts('Hide this comment', array(), NULL, 'boinc:forum-hide-comment') |
| 772 | 764 | ) |
| 773 | 765 | ); |
| 774 | - } |
|
| 775 | - else { |
|
| 766 | + } else { |
|
| 776 | 767 | $links['unhide'] = array( |
| 777 | 768 | 'title' => bts('Unhide', array(), NULL, 'boinc:forum-unhide-comment'), |
| 778 | 769 | 'href' => "{$comment_control}/unhide", |
@@ -958,8 +949,7 @@ discard block |
||
| 958 | 949 | watchdog('am_set_info', "XML validation error in global_prefs: {$errors[0]->message} at line {$errors[0]->line}" . |
| 959 | 950 | ': <br/>' . htmlentities($lines[$errors[0]->line - 1]), array(), WATCHDOG_ERROR); |
| 960 | 951 | } |
| 961 | - } |
|
| 962 | - elseif ($project_prefs) { |
|
| 952 | + } elseif ($project_prefs) { |
|
| 963 | 953 | $xml->loadXML($project_prefs, LIBXML_NOBLANKS); |
| 964 | 954 | if ($errors = libxml_get_errors($xml)) { |
| 965 | 955 | $lines = explode("\r", $project_prefs); |
@@ -1002,8 +992,7 @@ discard block |
||
| 1002 | 992 | node_save($content_profile); |
| 1003 | 993 | } |
| 1004 | 994 | } |
| 1005 | - } |
|
| 1006 | - else { |
|
| 995 | + } else { |
|
| 1007 | 996 | $xml = array( |
| 1008 | 997 | 'error' => array( |
| 1009 | 998 | 'error_num' => -112, |
@@ -1138,8 +1127,7 @@ discard block |
||
| 1138 | 1127 | node_save($node); |
| 1139 | 1128 | // Save the team IDs to a BOINC <--> Drupal reference table. |
| 1140 | 1129 | db_query('INSERT INTO {boincteam} (team_id, nid) VALUES (%d, %d)', $boincteam_id, $node->nid); |
| 1141 | - } |
|
| 1142 | - else { |
|
| 1130 | + } else { |
|
| 1143 | 1131 | $xml['create_team_reply']['warning'] = t( |
| 1144 | 1132 | 'There was a problem integrating this team into Drupal. Please |
| 1145 | 1133 | contact @project administrators!', array('@project' => PROJECT) |
@@ -1154,8 +1142,7 @@ discard block |
||
| 1154 | 1142 | // Delete from the BOINC DB if we can't sync with Drupal |
| 1155 | 1143 | $boincteam::delete(); |
| 1156 | 1144 | } |
| 1157 | - } |
|
| 1158 | - else { |
|
| 1145 | + } else { |
|
| 1159 | 1146 | $xml['create_team_reply']['warning'] = t( |
| 1160 | 1147 | 'There was a problem integrating this team into Drupal. Please |
| 1161 | 1148 | contact @project administrators!', array('@project' => PROJECT) |
@@ -1169,8 +1156,7 @@ discard block |
||
| 1169 | 1156 | ); |
| 1170 | 1157 | } |
| 1171 | 1158 | } |
| 1172 | - } |
|
| 1173 | - else { |
|
| 1159 | + } else { |
|
| 1174 | 1160 | $xml = array( |
| 1175 | 1161 | 'error' => array( |
| 1176 | 1162 | 'error_num' => -1, |
@@ -1239,8 +1225,7 @@ discard block |
||
| 1239 | 1225 | ); |
| 1240 | 1226 | $xml['users']['user'][] = $team_member; |
| 1241 | 1227 | } |
| 1242 | - } |
|
| 1243 | - else { |
|
| 1228 | + } else { |
|
| 1244 | 1229 | // Query BOINC database user table |
| 1245 | 1230 | db_set_active('boinc_rw'); |
| 1246 | 1231 | $result = db_query(" |
@@ -1293,8 +1278,7 @@ discard block |
||
| 1293 | 1278 | $xml['users']['user'][] = $team_members[$member->boinc_id]; |
| 1294 | 1279 | } |
| 1295 | 1280 | } // end if credit_only |
| 1296 | - } |
|
| 1297 | - else { |
|
| 1281 | + } else { |
|
| 1298 | 1282 | $xml = array( |
| 1299 | 1283 | 'error' => array( |
| 1300 | 1284 | 'error_num' => -136, |
@@ -1343,24 +1327,19 @@ discard block |
||
| 1343 | 1327 | if ($avatar_image) { |
| 1344 | 1328 | $profile_node->field_image[0] = $avatar_image; |
| 1345 | 1329 | node_save($profile_node); |
| 1346 | - } |
|
| 1347 | - else { |
|
| 1330 | + } else { |
|
| 1348 | 1331 | $error = 'Error saving avatar to profile'; |
| 1349 | 1332 | } |
| 1350 | - } |
|
| 1351 | - else { |
|
| 1333 | + } else { |
|
| 1352 | 1334 | $error = 'Unable to load user profile'; |
| 1353 | 1335 | } |
| 1354 | - } |
|
| 1355 | - else { |
|
| 1336 | + } else { |
|
| 1356 | 1337 | $error = 'User has no profile, so avatar could not be added'; |
| 1357 | 1338 | } |
| 1358 | - } |
|
| 1359 | - else { |
|
| 1339 | + } else { |
|
| 1360 | 1340 | $error = 'Unable to save remote image'; |
| 1361 | 1341 | } |
| 1362 | - } |
|
| 1363 | - else { |
|
| 1342 | + } else { |
|
| 1364 | 1343 | $error = 'Could not find avatar image at URL'; |
| 1365 | 1344 | } |
| 1366 | 1345 | } |
@@ -1387,8 +1366,7 @@ discard block |
||
| 1387 | 1366 | 'success' => NULL, |
| 1388 | 1367 | ), |
| 1389 | 1368 | ); |
| 1390 | - } |
|
| 1391 | - else { |
|
| 1369 | + } else { |
|
| 1392 | 1370 | // Failure |
| 1393 | 1371 | $xml = array( |
| 1394 | 1372 | 'error' => array( |
@@ -1397,8 +1375,7 @@ discard block |
||
| 1397 | 1375 | ), |
| 1398 | 1376 | ); |
| 1399 | 1377 | } |
| 1400 | - } |
|
| 1401 | - else { |
|
| 1378 | + } else { |
|
| 1402 | 1379 | // Drupal user not found |
| 1403 | 1380 | $xml = array( |
| 1404 | 1381 | 'error' => array( |
@@ -1407,8 +1384,7 @@ discard block |
||
| 1407 | 1384 | ), |
| 1408 | 1385 | ); |
| 1409 | 1386 | } |
| 1410 | - } |
|
| 1411 | - else { |
|
| 1387 | + } else { |
|
| 1412 | 1388 | // BOINC user not found |
| 1413 | 1389 | $xml = array( |
| 1414 | 1390 | 'error' => array( |
@@ -1526,8 +1502,7 @@ discard block |
||
| 1526 | 1502 | ), |
| 1527 | 1503 | ); |
| 1528 | 1504 | } |
| 1529 | - } |
|
| 1530 | - else { |
|
| 1505 | + } else { |
|
| 1531 | 1506 | $xml = array( |
| 1532 | 1507 | 'error' => array( |
| 1533 | 1508 | 'error_num' => -136, |
@@ -1651,8 +1626,7 @@ discard block |
||
| 1651 | 1626 | // Get the number of comments per page |
| 1652 | 1627 | if ($user->comments_per_page) { |
| 1653 | 1628 | $comments_per_page = $user->comments_per_page; |
| 1654 | - } |
|
| 1655 | - else { |
|
| 1629 | + } else { |
|
| 1656 | 1630 | $node = node_load($object->nid); |
| 1657 | 1631 | $comments_per_page = variable_get( |
| 1658 | 1632 | "comment_default_per_page_{$node->type}", 50 |
@@ -1673,8 +1647,7 @@ discard block |
||
| 1673 | 1647 | // Check for a login, then redirect to the user's friend requests page |
| 1674 | 1648 | if ($user->uid) { |
| 1675 | 1649 | drupal_goto("account/{$user->uid}/friends/pending"); |
| 1676 | - } |
|
| 1677 | - else { |
|
| 1650 | + } else { |
|
| 1678 | 1651 | drupal_goto('user/login', array( |
| 1679 | 1652 | 'destination' => 'goto/friend-requests' |
| 1680 | 1653 | )); |
@@ -1950,8 +1923,7 @@ discard block |
||
| 1950 | 1923 | if ($moderator_rid !== FALSE) { |
| 1951 | 1924 | $settings['recipients'] = array($moderator_rid); |
| 1952 | 1925 | rules_action_mail_to_users_of_role($settings); |
| 1953 | - } |
|
| 1954 | - else { |
|
| 1926 | + } else { |
|
| 1955 | 1927 | watchdog( |
| 1956 | 1928 | 'boinccore', |
| 1957 | 1929 | 'Unable to identify members of the moderator role to send moderator notifications!', |
@@ -1982,8 +1954,7 @@ discard block |
||
| 1982 | 1954 | } |
| 1983 | 1955 | if (empty($args)) { |
| 1984 | 1956 | return $string; |
| 1985 | - } |
|
| 1986 | - else { |
|
| 1957 | + } else { |
|
| 1987 | 1958 | // Transform arguments before inserting them. |
| 1988 | 1959 | foreach ($args as $key => $value) { |
| 1989 | 1960 | switch ($key [0]) { |
@@ -53,8 +53,7 @@ |
||
| 53 | 53 | $boincusername = (!empty($account)) ? $account->boincuser_name : variable_get('anonymous', 'Anonymous'); |
| 54 | 54 | $replace = TRUE; |
| 55 | 55 | } |
| 56 | - } |
|
| 57 | - elseif ($nid && _quote_variable_get('node_link_display')) { |
|
| 56 | + } elseif ($nid && _quote_variable_get('node_link_display')) { |
|
| 58 | 57 | $node = node_load(array('nid' => $nid)); |
| 59 | 58 | if (in_array($node->type, _quote_variable_get('node_types'))) { |
| 60 | 59 | $account = user_load($node->uid); |
@@ -418,11 +418,9 @@ discard block |
||
| 418 | 418 | |
| 419 | 419 | if ($edit['boincuser_name']) { |
| 420 | 420 | $myname = $edit['boincuser_name']; |
| 421 | - } |
|
| 422 | - else if ($edit['name']) { |
|
| 421 | + } else if ($edit['name']) { |
|
| 423 | 422 | $myname = $edit['name']; |
| 424 | - } |
|
| 425 | - else { |
|
| 423 | + } else { |
|
| 426 | 424 | $myname = 'noname'; |
| 427 | 425 | } |
| 428 | 426 | |
@@ -434,8 +432,7 @@ discard block |
||
| 434 | 432 | // If the 'pass' variable is already a hash, then don't hash it again. |
| 435 | 433 | if ($edit['boinchash_flag']) { |
| 436 | 434 | $user_params['passwd_hash'] = $edit['pass']; |
| 437 | - } |
|
| 438 | - else { |
|
| 435 | + } else { |
|
| 439 | 436 | // The passwd_hash here is only the md5() hash. This is |
| 440 | 437 | // because BOINC make_user(), called later, will run |
| 441 | 438 | // password_hash() on this md5 hash. |
@@ -506,8 +503,7 @@ discard block |
||
| 506 | 503 | $prev_email = $account->mail; |
| 507 | 504 | $mytime = (user_access('administer users')) ? $boinc_user->email_addr_change_time : time(); |
| 508 | 505 | $querypart = "email_addr='{$lower_email_addr}', passwd_hash='{$passwd_hash}', previous_email_addr = '{$prev_email}', email_addr_change_time = $mytime"; |
| 509 | - } |
|
| 510 | - else { |
|
| 506 | + } else { |
|
| 511 | 507 | $querypart = "email_addr='{$lower_email_addr}', passwd_hash='{$passwd_hash}'"; |
| 512 | 508 | } |
| 513 | 509 | |
@@ -750,8 +746,7 @@ discard block |
||
| 750 | 746 | case FLAG_FRIEND_APPROVAL: |
| 751 | 747 | if ($action == 'flag') { |
| 752 | 748 | $form['flag_friend_submit']['#value'] = bts('Approve request', array(), NULL, 'boinc:friends-page'); |
| 753 | - } |
|
| 754 | - elseif ($action == 'unflag') { |
|
| 749 | + } elseif ($action == 'unflag') { |
|
| 755 | 750 | unset($form['actions']); |
| 756 | 751 | $form['flag_friend_submit']['#value'] = bts('Deny request', array(), NULL, 'boinc:friends-page'); |
| 757 | 752 | } |
@@ -1527,8 +1522,7 @@ discard block |
||
| 1527 | 1522 | array( |
| 1528 | 1523 | '!boinccmd' => l('boinccmd --project_attach', 'http://boinc.berkeley.edu/wiki/Boinccmd_tool'), |
| 1529 | 1524 | ), NULL, 'boinc:join-page') . '</li>'; |
| 1530 | - } |
|
| 1531 | - else { |
|
| 1525 | + } else { |
|
| 1532 | 1526 | $output .= '<li>' . bts("If you're running a command-line version of BOINC, |
| 1533 | 1527 | please follow the <b>!instructionslink</b> to first <i>create an account</i>, and then <i>attach</i> to this project. Use the same project URL as above.", |
| 1534 | 1528 | array( |
@@ -1563,8 +1557,7 @@ discard block |
||
| 1563 | 1557 | '!create_an_account' => l(bts('create an account', array(), NULL, 'boinc:join-page'), 'user/registration'), |
| 1564 | 1558 | '@sitename' => $site_name, |
| 1565 | 1559 | ), NULL, 'boinc:join-page') . '</li>'; |
| 1566 | - } |
|
| 1567 | - else if ( menu_valid_path(array('link_path' => $ruleslink)) ) { |
|
| 1560 | + } else if ( menu_valid_path(array('link_path' => $ruleslink)) ) { |
|
| 1568 | 1561 | $output .= ' <li>' . bts("Read our !rules_and_policies.", array( |
| 1569 | 1562 | '!rules_and_policies' => l(bts('Rules and Policies', array(), NULL, 'boinc:join-page'), $ruleslink), |
| 1570 | 1563 | ), NULL, 'boinc:join-page') . '</li>'; |
@@ -1606,8 +1599,7 @@ discard block |
||
| 1606 | 1599 | )); |
| 1607 | 1600 | if ($current_uotd->uotd_time < strtotime('today midnight')) { |
| 1608 | 1601 | $uotd = boincuser_select_user_of_the_day(); |
| 1609 | - } |
|
| 1610 | - else { |
|
| 1602 | + } else { |
|
| 1611 | 1603 | $uotd = user_load($current_uotd->uid); |
| 1612 | 1604 | } |
| 1613 | 1605 | $uotd_image = boincuser_get_user_profile_image($uotd->uid, FALSE); |
@@ -1618,8 +1610,7 @@ discard block |
||
| 1618 | 1610 | $output .= ' <div>' . bts($site_message, array(), NULL, "project:front page") . ' ' . l(bts('Learn more', array(), NULL, 'boinc:front-page'), 'about') . '</div>'; |
| 1619 | 1611 | if ($user->uid) { |
| 1620 | 1612 | $output .= ' <div>' . l(bts('View account', array(), NULL, 'boinc:front-page'), 'dashboard', array('attributes' => array('class' => 'join button'))) . '</div>'; |
| 1621 | - } |
|
| 1622 | - else { |
|
| 1613 | + } else { |
|
| 1623 | 1614 | $output .= ' <div>' . l(bts('Join now', array(), NULL, 'boinc:front-page'), 'join', array('attributes' => array('class' => 'join button'))) . '</div>'; |
| 1624 | 1615 | } |
| 1625 | 1616 | $output .= '</div>'; |
@@ -1704,12 +1695,10 @@ discard block |
||
| 1704 | 1695 | if ( ($params['passwd_hash'] == $boinc_user->passwd_hash) or |
| 1705 | 1696 | password_verify($params['passwd_hash'], $boinc_user->passwd_hash) ) { |
| 1706 | 1697 | $output = array('authenticator' => $boinc_user->authenticator); |
| 1707 | - } |
|
| 1708 | - else { |
|
| 1698 | + } else { |
|
| 1709 | 1699 | xml_error(-137); |
| 1710 | 1700 | } |
| 1711 | - } |
|
| 1712 | - else { |
|
| 1701 | + } else { |
|
| 1713 | 1702 | // Verify that there isn't somehow a Drupal user already (not possible with proper function) |
| 1714 | 1703 | if ($existing_user = user_load(array('mail' => $params['email_addr']))) { |
| 1715 | 1704 | xml_error(-137, 'account error'); |
@@ -2193,7 +2182,9 @@ discard block |
||
| 2193 | 2182 | 'cpid' => $cpid |
| 2194 | 2183 | ); |
| 2195 | 2184 | $args = array(); |
| 2196 | - foreach ($get as $arg => $value) $args[] = "{$arg}=" . rawurlencode($value); |
|
| 2185 | + foreach ($get as $arg => $value) { |
|
| 2186 | + $args[] = "{$arg}=" . rawurlencode($value); |
|
| 2187 | + } |
|
| 2197 | 2188 | $query = '?' . implode('&', $args); |
| 2198 | 2189 | |
| 2199 | 2190 | // Load XML from RPC |
@@ -2324,8 +2315,7 @@ discard block |
||
| 2324 | 2315 | if ($node->uid == 0 || strlen($node->name) == 0) { |
| 2325 | 2316 | // @see user_validate_name(). !'0' === TRUE. |
| 2326 | 2317 | $document->ss_name = '0'; |
| 2327 | - } |
|
| 2328 | - else { |
|
| 2318 | + } else { |
|
| 2329 | 2319 | $document->ss_name = $account->boincuser_name; |
| 2330 | 2320 | // We want the name to be searchable for keywords. |
| 2331 | 2321 | $document->tos_name = $account->boincuser_name; |
@@ -64,8 +64,7 @@ discard block |
||
| 64 | 64 | $t->user_postal_code = decode($t->user_postal_code); |
| 65 | 65 | $t->user_url = decode($t->user_url); |
| 66 | 66 | return $t; |
| 67 | - } |
|
| 68 | - else if (strstr($s, '<name>')) $t->name = parse_element($s, '<name>'); |
|
| 67 | + } else if (strstr($s, '<name>')) $t->name = parse_element($s, '<name>'); |
|
| 69 | 68 | else if (strstr($s, '<url>')) $t->url = parse_element($s, '<url>'); |
| 70 | 69 | else if (strstr($s, '<type>')) $t->type = parse_element($s, '<type>'); |
| 71 | 70 | else if (strstr($s, '<name_html>')) $t->name_html = parse_element($s, '<name_html>'); |
@@ -74,14 +73,12 @@ discard block |
||
| 74 | 73 | if (strstr($s, '</description>')) break; |
| 75 | 74 | $t->description .= $s; |
| 76 | 75 | } |
| 77 | - } |
|
| 78 | - else if (strstr($s, '<country>')) $t->country = parse_element($s, '<country>'); |
|
| 76 | + } else if (strstr($s, '<country>')) $t->country = parse_element($s, '<country>'); |
|
| 79 | 77 | else if (strstr($s, '<id>')) $t->id = parse_element($s, '<id>'); |
| 80 | 78 | else if (strstr($s, '<user_email_munged>')) { |
| 81 | 79 | $user_email_munged = parse_element($s, '<user_email_munged>'); |
| 82 | 80 | $t->user_email = str_rot13($user_email_munged); |
| 83 | - } |
|
| 84 | - else if (strstr($s, '<user_name>')) $t->user_name = parse_element($s, '<user_name>'); |
|
| 81 | + } else if (strstr($s, '<user_name>')) $t->user_name = parse_element($s, '<user_name>'); |
|
| 85 | 82 | else if (strstr($s, '<user_country>')) $t->user_country = parse_element($s, '<user_country>'); |
| 86 | 83 | else if (strstr($s, '<user_postal_code>')) $t->user_postal_code = parse_element($s, '<user_postal_code>'); |
| 87 | 84 | else if (strstr($s, '<user_url>')) $t->user_url = parse_element($s, '<user_url>'); |
@@ -140,8 +137,7 @@ discard block |
||
| 140 | 137 | list($checkct, $ctid) = check_consent_type(CONSENT_TYPE_ENROLL); |
| 141 | 138 | if ($checkct) { |
| 142 | 139 | echo " cannot make user when an consent to terms of use is required\n"; |
| 143 | - } |
|
| 144 | - else { |
|
| 140 | + } else { |
|
| 145 | 141 | echo " making user $t->user_email\n"; |
| 146 | 142 | $user = make_user($t->user_email, $t->user_name, random_string()); |
| 147 | 143 | if (!$user) { |
@@ -343,7 +343,7 @@ discard block |
||
| 343 | 343 | $name = substr($name, 0, $name_limit)."..."; |
| 344 | 344 | } |
| 345 | 345 | $x .= " <a href=\"".url_base()."show_user.php?userid=".$user->id."\">".$name."</a>"; |
| 346 | - if (function_exists("project_user_links")){ |
|
| 346 | + if (function_exists("project_user_links")) { |
|
| 347 | 347 | $x .= project_user_links($user); |
| 348 | 348 | } |
| 349 | 349 | if ($badge_height) { |
@@ -464,7 +464,7 @@ discard block |
||
| 464 | 464 | // Returns a cacheable community links data object |
| 465 | 465 | // @param user The user to produce a community links object for |
| 466 | 466 | |
| 467 | -function get_community_links_object($user){ |
|
| 467 | +function get_community_links_object($user) { |
|
| 468 | 468 | $cache_object = new StdClass; |
| 469 | 469 | $cache_object->post_count = total_posts($user); |
| 470 | 470 | $cache_object->user = $user; |
@@ -480,7 +480,7 @@ discard block |
||
| 480 | 480 | return $cache_object; |
| 481 | 481 | } |
| 482 | 482 | |
| 483 | -function community_links($clo, $logged_in_user){ |
|
| 483 | +function community_links($clo, $logged_in_user) { |
|
| 484 | 484 | $user = $clo->user; |
| 485 | 485 | $team = $clo->team; |
| 486 | 486 | $friends = $clo->friends; |