web: reduce number of columns in the Fluksonians block to 4 for better presentation on Macs
This commit is contained in:
parent
c3ffa6f15f
commit
c90934c3ab
|
@ -639,7 +639,7 @@ function _logger_fluksonians_form() {
|
||||||
$subscription = db_fetch_object($subscriptions);
|
$subscription = db_fetch_object($subscriptions);
|
||||||
|
|
||||||
while ($fluksonian = db_fetch_object($fluksonians)) {
|
while ($fluksonian = db_fetch_object($fluksonians)) {
|
||||||
if ($i > 4) {
|
if ($i > 3) {
|
||||||
$rows[] = $row;
|
$rows[] = $row;
|
||||||
$row = array();
|
$row = array();
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|
Loading…
Reference in New Issue