Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Jul 2009 at 16:55 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
torgospizza+1
Comment #2
Island Usurper commentedHooray for more theme functions.
Committed.
Comment #4
tr commentedThis patch broke the tablesort. See #746450: uc_file.pages.inc,v 1.1.2.17 invalid argument for foreach() in tablesort.inc - the $header array is needed by tablesort_sql(), and can't just be moved into a theme function.
I like the idea of a theme function here - can you re-do the patch to make it work?
Comment #5
univate commentedIt looks like that patch posted on that issue should fix that bug:
http://drupal.org/node/746450#comment-2764640
I haven't tested it but the code looks correct.
Comment #6
Island Usurper commented#746450: uc_file.pages.inc,v 1.1.2.17 invalid argument for foreach() in tablesort.inc was committed, so this should be good now.