Passed
Pull Request — master (#2712)
by Christian
08:07
created
html/ops/manage_app_versions.php 2 patches
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
       "deprecated?",
73 73
       ""
74 74
     );
75
-    $clause = $all?"true":"deprecated = 0";
75
+    $clause = $all ? "true" : "deprecated = 0";
76 76
     $avs = BoincAppVersion::enum(
77 77
         "$clause order by appid, platformid, plan_class, version_num"
78 78
     );
@@ -80,20 +80,20 @@  discard block
 block discarded – undo
80 80
     foreach ($avs as $av) {
81 81
         // grey out deprecated versions 
82 82
         //
83
-        $f1=$f2='';
83
+        $f1 = $f2 = '';
84 84
         if ($av->deprecated == 1) {
85
-            $f1="<font color='GREY'>";
86
-            $f2="</font>";
85
+            $f1 = "<font color='GREY'>";
86
+            $f2 = "</font>";
87 87
         }
88 88
 
89
-        $all_value = $all?1:0;
89
+        $all_value = $all ? 1 : 0;
90 90
         $app = $apps[$av->appid];
91 91
         // ignore app versions of deprecated apps by default
92 92
         if ($all_value == 0 && $app->deprecated == 1) {
93 93
             continue;
94 94
         }
95 95
         echo "<tr class=row$i><form action=manage_app_versions.php?all=$all_value#av_$av->id method=POST>\n";
96
-        $i = 1-$i;
96
+        $i = 1 - $i;
97 97
         echo "<input type=hidden name=id value=$av->id>";
98 98
         echo "  <TD>$f1 <a id='av_$av->id' href=db_action.php?table=app_version&id=$av->id>$av->id</a> $f2</TD>\n";
99 99
 
@@ -110,15 +110,15 @@  discard block
 block discarded – undo
110 110
         $v = $av->min_core_version;
111 111
         echo "  <TD><input type='text' size='4' name=min_core_version value='$v'></TD>\n";
112 112
 
113
-        $v=$av->max_core_version;
113
+        $v = $av->max_core_version;
114 114
         echo "  <TD><input type='text' size='4' name=max_core_version value='$v'></TD>\n";
115 115
 
116
-        $v='';
117
-        if ($av->beta) $v=' CHECKED ';
116
+        $v = '';
117
+        if ($av->beta) $v = ' CHECKED ';
118 118
         echo "  <TD> <input name=beta type='checkbox' $v></TD>\n";
119 119
 
120
-        $v='';
121
-        if ($av->deprecated) $v=' CHECKED ';
120
+        $v = '';
121
+        if ($av->deprecated) $v = ' CHECKED ';
122 122
         echo "  <TD> <input name=deprecated type='checkbox' $v></TD>\n";
123 123
 
124 124
         if (!in_rops()) {
Please login to merge, or discard this patch.
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -62,15 +62,15 @@
 block discarded – undo
62 62
     start_table("");
63 63
     table_header(
64 64
         "ID #<br><small>click for details</small>",
65
-      "Application<br><small>click for details</small>",
66
-      "Version",
67
-      "Platform",
68
-      "Plan class",
69
-      "minimum<br>client version",
70
-      "maximum<br>client version",
71
-      "beta?",
72
-      "deprecated?",
73
-      ""
65
+        "Application<br><small>click for details</small>",
66
+        "Version",
67
+        "Platform",
68
+        "Plan class",
69
+        "minimum<br>client version",
70
+        "maximum<br>client version",
71
+        "beta?",
72
+        "deprecated?",
73
+        ""
74 74
     );
75 75
     $clause = $all?"true":"deprecated = 0";
76 76
     $avs = BoincAppVersion::enum(
Please login to merge, or discard this patch.
html/ops/team_import.php 3 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
         if ($team->seti_id) {
228 228
             if ($team->seti_id == $t->id) {
229 229
                 echo "   case 1\n";
230
-                update_team($t, $team, $user);      // update1 case
230
+                update_team($t, $team, $user); // update1 case
231 231
             } else {
232 232
                 echo "   team exists but has wrong seti_id\n";
233 233
             }
Please login to merge, or discard this patch.
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -63,8 +63,7 @@  discard block
 block discarded – undo
63 63
             $t->user_postal_code = decode($t->user_postal_code);
64 64
             $t->user_url = decode($t->user_url);
65 65
             return $t;
66
-        }
67
-        else if (strstr($s, '<name>')) $t->name = parse_element($s, '<name>');
66
+        } else if (strstr($s, '<name>')) $t->name = parse_element($s, '<name>');
68 67
         else if (strstr($s, '<url>')) $t->url = parse_element($s, '<url>');
69 68
         else if (strstr($s, '<type>')) $t->type = parse_element($s, '<type>');
70 69
         else if (strstr($s, '<name_html>')) $t->name_html = parse_element($s, '<name_html>');
@@ -73,14 +72,12 @@  discard block
 block discarded – undo
73 72
                 if (strstr($s, '</description>')) break;
74 73
                 $t->description .= $s;
75 74
             }
76
-        }
77
-        else if (strstr($s, '<country>')) $t->country = parse_element($s, '<country>');
75
+        } else if (strstr($s, '<country>')) $t->country = parse_element($s, '<country>');
78 76
         else if (strstr($s, '<id>')) $t->id = parse_element($s, '<id>');
79 77
         else if (strstr($s, '<user_email_munged>')) {
80 78
             $user_email_munged = parse_element($s, '<user_email_munged>');
81 79
             $t->user_email = str_rot13($user_email_munged);
82
-        }
83
-        else if (strstr($s, '<user_name>')) $t->user_name = parse_element($s, '<user_name>');
80
+        } else if (strstr($s, '<user_name>')) $t->user_name = parse_element($s, '<user_name>');
84 81
         else if (strstr($s, '<user_country>')) $t->user_country = parse_element($s, '<user_country>');
85 82
         else if (strstr($s, '<user_postal_code>')) $t->user_postal_code = parse_element($s, '<user_postal_code>');
86 83
         else if (strstr($s, '<user_url>')) $t->user_url = parse_element($s, '<user_url>');
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
         return;
213 213
     }
214 214
 
215
-    echo "Processing $t->name $t->user_email\n";
215
+    echo "processing $t->name $t->user_email\n";
216 216
     $user = BoincUser::lookup_email_addr($t->user_email);
217 217
     $team = BoincTeam::lookup_name($t->name);
218 218
     if ($team) {
Please login to merge, or discard this patch.
html/ops/repair_validator_problem.php 3 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,14 +25,14 @@
 block discarded – undo
25 25
 
26 26
 // activate/deactivate script
27 27
 if (1) {
28
-  echo "
28
+    echo "
29 29
 This script needs to be activated before it can be run.
30 30
 Once you understand what the script does you can change the 
31 31
 if (1) to if (0) at the top of the file to activate it.
32 32
 Be sure to deactivate the script after using it to make sure
33 33
 it is not accidentally run. 
34 34
 ";
35
-  exit;
35
+    exit;
36 36
 }
37 37
 
38 38
 db_init();
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     _mysql_free_result($r2);
50 50
     $nunsent = $x[0];
51 51
 
52
-    if ($nsuccess>=3 and $nunsent==0) {
52
+    if ($nsuccess >= 3 and $nunsent == 0) {
53 53
         echo "WU $wu->id has $nsuccess success, $nunsent unsent \n";
54 54
         _mysql_query("update workunit set need_validate=1 where id=$wu->id");
55 55
     }
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     $nunsent = $x[0];
51 51
 
52 52
     if ($nsuccess>=3 and $nunsent==0) {
53
-        echo "WU $wu->id has $nsuccess success, $nunsent unsent \n";
53
+        echo "wu $wu->id has $nsuccess success, $nunsent unsent \n";
54 54
         _mysql_query("update workunit set need_validate=1 where id=$wu->id");
55 55
     }
56 56
 }
Please login to merge, or discard this patch.
html/ops/notify.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 // delete notifications older than 90 days
36 36
 //
37 37
 function delete_old_notifies() {
38
-    $t = time()-90*86400;
38
+    $t = time() - 90*86400;
39 39
     BoincNotify::delete_aux("create_time < $t");
40 40
 }
41 41
 
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 function send_notify_emails() {
62 62
     $db = BoincDb::get();
63 63
 
64
-    $t = time() - (86400 + 3600);  // 1-hour slop factor
64
+    $t = time() - (86400 + 3600); // 1-hour slop factor
65 65
     $query = "select notify.* from ".$db->db_name.".notify, ".$db->db_name.".forum_preferences where forum_preferences.pm_notification=2 and notify.userid = forum_preferences.userid and notify.create_time > $t";
66 66
 
67 67
     $notifies = BoincNotify::enum_general($query);
Please login to merge, or discard this patch.
html/ops/pass_percentage_by_appversion.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
 $db = BoincDb::get(true);
107 107
 $result = $db->do_query($main_query);
108 108
 
109
-if($db->base_errno()) {
109
+if ($db->base_errno()) {
110 110
     echo $db->base_error();
111 111
 }
112 112
 
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     echo "</td>\n";
128 128
 
129 129
     echo "  <td align=\"left\" valign=\"top\">";
130
-    if($res->platform)
130
+    if ($res->platform)
131 131
         echo $res->platform;
132 132
     else
133 133
         echo "unknown";
@@ -144,31 +144,31 @@  discard block
 block discarded – undo
144 144
     echo "&nbsp;&nbsp;</td>\n";
145 145
 
146 146
     $abs = $res->pass_count;
147
-    $perc = $abs / $tot * 100;
147
+    $perc = $abs/$tot*100;
148 148
     echo "  <td align=\"right\" valign=\"top\">";
149 149
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
150 150
     echo "</td>\n";
151 151
 
152 152
     $abs = $res->fail_count;
153
-    $perc = $abs / $tot * 100;
153
+    $perc = $abs/$tot*100;
154 154
     echo "  <td align=\"right\" valign=\"top\">";
155 155
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
156 156
     echo "</td>\n";
157 157
 
158 158
     $abs = $res->fail_count1;
159
-    $perc = $abs / $tot * 100;
159
+    $perc = $abs/$tot*100;
160 160
     echo "  <td align=\"right\" valign=\"top\">";
161 161
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
162 162
     echo "</td>\n";
163 163
 
164 164
     $abs = $res->fail_count2;
165
-    $perc = $abs / $tot * 100;
165
+    $perc = $abs/$tot*100;
166 166
     echo "  <td align=\"right\" valign=\"top\">";
167 167
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
168 168
     echo "</td>\n";
169 169
 
170 170
     $abs = $res->fail_count3;
171
-    $perc = $abs / $tot * 100;
171
+    $perc = $abs/$tot*100;
172 172
     echo "  <td align=\"right\" valign=\"top\">";
173 173
     if ($abs > 0) {
174 174
         echo "<a title=\"$abs\" href=\"ordered_client_errors.php?appid=$query_appid&nsecs=$query_nsecs&appverid=$res->app_version_id\">";
@@ -179,25 +179,25 @@  discard block
 block discarded – undo
179 179
     echo "</td>\n";
180 180
 
181 181
     $abs = $res->fail_count4;
182
-    $perc = $abs / $tot * 100;
182
+    $perc = $abs/$tot*100;
183 183
     echo "  <td align=\"right\" valign=\"top\">";
184 184
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
185 185
     echo "</td>\n";
186 186
 
187 187
     $abs = $res->fail_count5;
188
-    $perc = $abs / $tot * 100;
188
+    $perc = $abs/$tot*100;
189 189
     echo "  <td align=\"right\" valign=\"top\">";
190 190
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
191 191
     echo "</td>\n";
192 192
 
193 193
     $abs = $res->fail_count6;
194
-    $perc = $abs / $tot * 100;
194
+    $perc = $abs/$tot*100;
195 195
     echo "  <td align=\"right\" valign=\"top\">";
196 196
     printf("<div title=\"%d\">%.4f%%</div>&nbsp;&nbsp;", $abs, $perc);
197 197
     echo "</td>\n";
198 198
 
199 199
     $abs = $res->fail_count7;
200
-    $perc = $abs / $tot * 100;
200
+    $perc = $abs/$tot*100;
201 201
     echo "  <td align=\"right\" valign=\"top\">";
202 202
     if ($abs > 0) {
203 203
         echo "<a title=\"$abs\" href=\"db_action.php?table=result&server_state=5&outcome=6&detail=low&nresults=20&clauses=app_version_id+%3D+$res->app_version_id\">";
Please login to merge, or discard this patch.
html/ops/watchdogs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         sound_alarm("log file ".$file." missing");
44 44
     } else if ($t > $last_time) {
45 45
         $lines = file($file);
46
-        $last_line = $lines[count($lines)-1];
46
+        $last_line = $lines[count($lines) - 1];
47 47
         sound_alarm($last_line);
48 48
     }
49 49
 }
Please login to merge, or discard this patch.
html/ops/hrclass_summary.php 1 patch
Spacing   +42 added lines, -42 removed lines patch added patch discarded remove patch
@@ -21,45 +21,45 @@  discard block
 block discarded – undo
21 21
 // TODO: convert to use new DB interface
22 22
 // TODO: document in the wiki
23 23
 
24
-include_once( "../inc/db.inc" );
25
-include_once( "../inc/util.inc" );
26
-include_once( "../inc/db_ops.inc" );
27
-include_once( "../inc/util_ops.inc" );
28
-include_once( "../inc/prefs.inc" );
29
-
30
-$system_string[ 128 ] = "No OS";
31
-$system_string[ 256 ] = "Linux";
32
-$system_string[ 384 ] = "Windows";
33
-$system_string[ 512 ] = "Darwin";
34
-$system_string[ 640 ] = "FreeBSD";
35
-
36
-$cpu_string[ 0 ]  = "Unspecified";
37
-$cpu_string[ 1 ]  = "No cpu";
38
-$cpu_string[ 2 ]  = "Intel";
39
-$cpu_string[ 3 ]  = "AMD";
40
-$cpu_string[ 4 ]  = "Macintosh";
41
-$cpu_string[ 5 ]  = "AMD Athlon";
42
-$cpu_string[ 6 ]  = "AMD Duron";
43
-$cpu_string[ 7 ]  = "AMD Sempron";
44
-$cpu_string[ 8 ]  = "AMD Opteron";
45
-$cpu_string[ 9 ]  = "AMD Athlon 64";
46
-$cpu_string[ 10 ] = "AMD Athlon XP";
47
-$cpu_string[ 11 ] = "Intel Xeon";
48
-$cpu_string[ 12 ] = "Intel Celeron";
49
-$cpu_string[ 13 ] = "Intel Pentium";
50
-$cpu_string[ 14 ] = "Intel Pentium II";
51
-$cpu_string[ 15 ] = "Intel Pentium III";
52
-$cpu_string[ 16 ] = "Intel Pentium 4";
53
-$cpu_string[ 17 ] = "Intel Pentium D";
54
-$cpu_string[ 18 ] = "Intel Pentium M";
55
-$cpu_string[ 19 ] = "AMD Athlon MP";
56
-$cpu_string[ 20 ] = "AMD Turion";
57
-$cpu_string[ 21 ] = "Intel Core2";
24
+include_once("../inc/db.inc");
25
+include_once("../inc/util.inc");
26
+include_once("../inc/db_ops.inc");
27
+include_once("../inc/util_ops.inc");
28
+include_once("../inc/prefs.inc");
29
+
30
+$system_string[128] = "No OS";
31
+$system_string[256] = "Linux";
32
+$system_string[384] = "Windows";
33
+$system_string[512] = "Darwin";
34
+$system_string[640] = "FreeBSD";
35
+
36
+$cpu_string[0]  = "Unspecified";
37
+$cpu_string[1]  = "No cpu";
38
+$cpu_string[2]  = "Intel";
39
+$cpu_string[3]  = "AMD";
40
+$cpu_string[4]  = "Macintosh";
41
+$cpu_string[5]  = "AMD Athlon";
42
+$cpu_string[6]  = "AMD Duron";
43
+$cpu_string[7]  = "AMD Sempron";
44
+$cpu_string[8]  = "AMD Opteron";
45
+$cpu_string[9]  = "AMD Athlon 64";
46
+$cpu_string[10] = "AMD Athlon XP";
47
+$cpu_string[11] = "Intel Xeon";
48
+$cpu_string[12] = "Intel Celeron";
49
+$cpu_string[13] = "Intel Pentium";
50
+$cpu_string[14] = "Intel Pentium II";
51
+$cpu_string[15] = "Intel Pentium III";
52
+$cpu_string[16] = "Intel Pentium 4";
53
+$cpu_string[17] = "Intel Pentium D";
54
+$cpu_string[18] = "Intel Pentium M";
55
+$cpu_string[19] = "AMD Athlon MP";
56
+$cpu_string[20] = "AMD Turion";
57
+$cpu_string[21] = "Intel Core2";
58 58
 
59 59
 $query = "SELECT COUNT(workunit.id) AS count FROM workunit LEFT JOIN result ON workunit.id=result.workunitid WHERE result.server_state=2 AND workunit.hr_class=";
60 60
 
61 61
 function get_mysql_count($hr_class) {
62
-    $result = _mysql_query("select count(id) as count from workunit where hr_class=" . $hr_class);
62
+    $result = _mysql_query("select count(id) as count from workunit where hr_class=".$hr_class);
63 63
     $count = _mysql_fetch_object($result);
64 64
     _mysql_free_result($result);
65 65
     return $count->count;
@@ -82,19 +82,19 @@  discard block
 block discarded – undo
82 82
     "hr_class", "System", "CPU", "# unsent results"
83 83
 );
84 84
 
85
-$unsentresults = get_mysql_count( 0 );
85
+$unsentresults = get_mysql_count(0);
86 86
 table_row(
87
-    make_reset_url(0), $system_string[ 128 ], $cpu_string[ 0 ], $unsentresults  );
87
+    make_reset_url(0), $system_string[128], $cpu_string[0], $unsentresults  );
88 88
 
89
-for ($system = 2; $system < 6; ++$system ) {
90
-    for ($cpu = 1; $cpu < 22; ++$cpu ) {
91
-        $hr_class=128*$system+$cpu;
89
+for ($system = 2; $system < 6; ++$system) {
90
+    for ($cpu = 1; $cpu < 22; ++$cpu) {
91
+        $hr_class = 128*$system + $cpu;
92 92
 
93
-        $unsentresults = get_mysql_count( $hr_class );
93
+        $unsentresults = get_mysql_count($hr_class);
94 94
 
95 95
         table_row(
96 96
             make_reset_url($hr_class),
97
-            $system_string[$system * 128],
97
+            $system_string[$system*128],
98 98
             $cpu_string[$cpu],
99 99
             $unsentresults
100 100
         );
Please login to merge, or discard this patch.
html/ops/job_times.php 2 patches
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -40,9 +40,9 @@  discard block
 block discarded – undo
40 40
     global $count;
41 41
     global $varsum;
42 42
 
43
-    $flops = $result->elapsed_time * $result->flops_estimate;
43
+    $flops = $result->elapsed_time*$result->flops_estimate;
44 44
     //printf("%e<br>\n", $flops);
45
-    $n = (int) ($flops/$quantum);
45
+    $n = (int)($flops/$quantum);
46 46
     if (!array_key_exists($n, $hist)) {
47 47
         $hist[$n] = 0;
48 48
     }
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     $count++;
51 51
     $delta = $flops - $mean;
52 52
     $mean += $delta/$count;
53
-    $varsum += $delta*($flops-$mean);
53
+    $varsum += $delta*($flops - $mean);
54 54
 }
55 55
 
56 56
 function show_stats() {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     global $varsum;
60 60
     global $sum;
61 61
 
62
-    $stdev = sqrt($varsum/($count-1));
62
+    $stdev = sqrt($varsum/($count - 1));
63 63
     printf("mean: %e<br>stdev: %e<br>samples: %d", $mean, $stdev, $count);
64 64
 }
65 65
 
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     $sum = 0;
71 71
     $n = 0;
72 72
     foreach ($hist as $i=>$v) {
73
-        $sum  += $quantum*$i*$v;
73
+        $sum += $quantum*$i*$v;
74 74
         $n += $v;
75 75
     }
76 76
     $mean = $sum/$n;
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     $sum = 0;
81 81
     foreach ($hist as $i=>$v) {
82 82
         $d = ($mean - $quantum*$i);
83
-        $sum  += $d*$d*$v;
83
+        $sum += $d*$d*$v;
84 84
     }
85 85
     $stdev = sqrt($sum/$n);
86 86
     echo "<br>stdev: ";
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
         if ($v > $max) $max = $v;
118 118
     }
119 119
 
120
-    for ($i=$start; $i<=$end; $i++) {
120
+    for ($i = $start; $i <= $end; $i++) {
121 121
         if (array_key_exists($i, $hist)) {
122 122
             $w = 600*$hist[$i]/$max;
123 123
         } else {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
 function analyze($appid, $app_version_id, $nresults) {
153 153
     global $hist;
154 154
 
155
-    $clause = $app_version_id?" and app_version_id = $app_version_id ":"";
155
+    $clause = $app_version_id ? " and app_version_id = $app_version_id " : "";
156 156
 
157 157
     $query = "select id, server_state, outcome, elapsed_time, flops_estimate from result where server_state=5 and appid=$appid and outcome=1 and validate_state=1 $clause order by id desc limit $nresults";
158 158
     $r = _mysql_query($query);
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     ";
184 184
     $apps = BoincApp::enum("deprecated=0");
185 185
 
186
-    foreach($apps as $app) {
186
+    foreach ($apps as $app) {
187 187
         echo "<br><input type=radio name=appid value=$app->id>
188 188
             $app->user_friendly_name
189 189
         ";
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     admin_page_tail();
211 211
 }
212 212
 
213
-if (get_str('submit', true)=='OK') {
213
+if (get_str('submit', true) == 'OK') {
214 214
     set_time_limit(0);
215 215
     $appid = get_int('appid');
216 216
     $app_version_id = get_int('app_version_id');
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,8 @@
 block discarded – undo
63 63
     printf("mean: %e<br>stdev: %e<br>samples: %d", $mean, $stdev, $count);
64 64
 }
65 65
 
66
-function show_stats_hist() {    //deprecated
66
+function show_stats_hist() {
67
+//deprecated
67 68
     global $hist;
68 69
     global $quantum;
69 70
 
Please login to merge, or discard this patch.
html/ops/mass_email_script.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 $globals->batch = 1000;
56 56
 $globals->lapsed_interval = 60*86400;
57 57
 
58
-for ($i=1; $i<$argc; $i++) {
58
+for ($i = 1; $i < $argc; $i++) {
59 59
     if ($argv[$i] == "--batch") {
60 60
         $i++;
61 61
         $globals->batch = $argv[$i];
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
         gmdate('d F Y', $user->create_time),
170 170
         number_format($user->total_credit, 0),
171 171
         opt_out_url($user),
172
-        floor((time() - $user->last_rpc_time) / 86400),
172
+        floor((time() - $user->last_rpc_time)/86400),
173 173
     );
174 174
     return preg_replace($pat, $rep, $template);
175 175
 }
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
     while ($user = _mysql_fetch_object($result)) {
239 239
         handle_user($user);
240 240
         $startid = $user->id;
241
-        fputs($log, $user->id . "\n");
241
+        fputs($log, $user->id."\n");
242 242
         fflush($log);
243 243
     }
244 244
     _mysql_free_result($result);
@@ -252,7 +252,7 @@  discard block
 block discarded – undo
252 252
     $user = _mysql_fetch_object($result);
253 253
     if ($user) {
254 254
         handle_user($user);
255
-        fputs($log, $user->id . "\n");
255
+        fputs($log, $user->id."\n");
256 256
         fflush($log);
257 257
     }
258 258
     _mysql_free_result($result);
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     } else {
290 290
         $fid = fopen($id_file, 'r'); 
291 291
         if (!$fid) {
292
-            echo  $id_file . ' not found - create ID list and run again\n';
292
+            echo  $id_file.' not found - create ID list and run again\n';
293 293
             exit();
294 294
         }
295 295
         $thisid = 0;
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
         }
301 301
         fclose($fid);
302 302
     }
303
-    echo 'All done!' . "\n";
303
+    echo 'All done!'."\n";
304 304
 }
305 305
 
306 306
 if (!function_exists('make_php_mailer')) {
Please login to merge, or discard this patch.