While doing a code review, i found a orphan for loop that generated multiple of tens for the items per page menu. Using dynamic code for such a purpose is a poor allocation of cpu time, where as the patch uses a static menu array. Reason to use patch: more efficient, better programming convention, easier to maintain (I added a comment).
../ubercart/uc_order/uc_order.admin.inc

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thenorman’s picture

Status: Reviewed & tested by the community » Needs review

Wrong Status.

thenorman’s picture

FileSize
792 bytes
rszrama’s picture

Category: bug » task
Status: Needs review » Closed (duplicate)

I noticed this fix came through in a separate patch on a rogue string literal. So, it's fixed. : )