We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c31d5d commit a17ff83Copy full SHA for a17ff83
src/templates/Packet/Edit.phtml
@@ -63,11 +63,7 @@ require('./header.inc.phtml'); ?>
63
<label class="font-weight-bold">Used by:</label>
64
<table class="table table-sm">
65
<thead></thead><tbody>
66
-<? function add_product_checkbox($id, $name, $checked)
67
- {
68
- ;
69
- }
70
- $product_ubound = count($products);
+<? $product_ubound = count($products);
71
for ($product_i = 0; $product_i < $product_ubound; ++$product_i)
72
{
73
if ($product_i % 2 === 0) echo '<tr>';
0 commit comments