Skip to content

Commit

Permalink
standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Jul 28, 2018
1 parent 0c0c926 commit 5a45244
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 8 deletions.
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/account.php
Expand Up @@ -406,5 +406,6 @@
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/accountmodel.php
Expand Up @@ -1004,7 +1004,7 @@

print '<br>';


// End of page
llxFooter();
$db->close();

Expand Down
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/card.php
Expand Up @@ -397,6 +397,6 @@
}
}

// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/categories.php
Expand Up @@ -184,6 +184,6 @@
print "</table>";
}

// End of page
llxFooter();

$db->close();
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/categories_list.php
Expand Up @@ -800,7 +800,7 @@

print '<br>';


// End of page
llxFooter();
$db->close();

Expand Down
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/defaultaccounts.php
Expand Up @@ -190,5 +190,6 @@

print '</form>';

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/export.php
Expand Up @@ -278,5 +278,6 @@

print '</form>';

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/fiscalyear.php
Expand Up @@ -156,6 +156,6 @@
dol_print_error($db);
}


// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/fiscalyear_card.php
Expand Up @@ -318,5 +318,6 @@
}
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/fiscalyear_info.php
Expand Up @@ -58,5 +58,6 @@
print '</div>';
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/importaccounts.php
Expand Up @@ -181,5 +181,6 @@
print $db->error();
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/index.php
Expand Up @@ -295,5 +295,6 @@
print '<br>';
print '</form>';

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/accountancy/admin/journals_list.php
Expand Up @@ -683,7 +683,7 @@

print '<br>';


// End of page
llxFooter();
$db->close();

Expand Down
1 change: 1 addition & 0 deletions htdocs/accountancy/admin/productaccount.php
Expand Up @@ -495,5 +495,6 @@ function init_savebutton()
dol_print_error($db);
}

// End of page
llxFooter();
$db->close();
3 changes: 2 additions & 1 deletion htdocs/accountancy/bookkeeping/balance.php
Expand Up @@ -298,7 +298,8 @@
print "</table>";
print '</form>';

llxFooter();
}

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/bookkeeping/balancebymonth.php
Expand Up @@ -140,5 +140,6 @@
}
print "</table>\n";

// End of page
llxFooter();
$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/bookkeeping/card.php
Expand Up @@ -714,5 +714,6 @@

dol_fiche_end();

// End of page
llxFooter();
$db->close();
2 changes: 1 addition & 1 deletion htdocs/accountancy/bookkeeping/list.php
Expand Up @@ -748,6 +748,6 @@

print '</form>';

// End of page
llxFooter();

$db->close();
1 change: 1 addition & 0 deletions htdocs/accountancy/bookkeeping/listbyaccount.php
Expand Up @@ -421,5 +421,6 @@
print "</table>";
print '</form>';

// End of page
llxFooter();
$db->close();

0 comments on commit 5a45244

Please sign in to comment.