I was looking at the code of the webform.module and noticed a repeating block:

Line 1334:

        $form['details']['page_count'] = array(
          '#type'      => 'hidden',
          '#value'     => $page_count,
        );

Comments

Gribnif’s picture

This is a duplicate of #377400: Minor code cleanup, reported for 6.x.

quicksketch’s picture

Status: Needs review » Closed (duplicate)