User:IPLRecordsUpdateBot/Version 1.0 source/StatsUpdateFunctions.php: Difference between revisions
Content deleted Content added
Fix some grammatical errors |
m Jfd34 moved page User:IPLRecordsUpdateBot/Source/StatsUpdateFunctions.php to User:IPLRecordsUpdateBot/Version 1.0 source/StatsUpdateFunctions.php |
||
(One intermediate revision by the same user not shown) | |||
Line 418:
foreach ( $parseResult as $row ) {
$newTableRows[] = SUF_generateWikiTableRow(
"'''{{nts|" . ((int) $row['C_MARGIN']) . '}}
'style="text-align:left"|' . SUF_generateTeamNameLink($row['C_WINNER']),
$row['C_TARGET'],
Line 550:
foreach ( $parseResult as $row ) {
$newTableRows[] = SUF_generateWikiTableRow(
"'''{{nts|" . ((int) $row['C_MARGIN']) . '}}
'style="text-align:left"|' . SUF_generateTeamNameLink($row['C_WINNER']),
$row['C_TARGET'],
|