1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Code cleanup

This commit is contained in:
Cameron
2015-02-15 02:37:36 -08:00
parent 5be1cbe67f
commit 027a74f5b0
55 changed files with 211 additions and 174 deletions

View File

@@ -114,7 +114,7 @@ $archive = "<div style='text-align:center'>
$archive .= "<td colspan='{$months_per_row}'>{$year_selector}</td></tr><tr>";
for($i = 1; $i <= 12; $i++)
{
if (++$newline == $months_per_row+1)
if (++$newline == $months_per_row + 1)
{
$archive .= "</tr><tr>";
$newline = 1;