1836d3b365
list_themes() sorts the results by name. This uses filesort in MySQL since there aren't any indexes. Sorting is not used except in system_user(). This one use can be handled with ksort since it is not often executed (only on the user edit screen when multiple themes are enabled). And a one line fix to remove a variable in system_user() is in here too. |
||
---|---|---|
.. | ||
bootstrap.inc | ||
common.inc | ||
database.inc | ||
database.mysql.inc | ||
database.pgsql.inc | ||
file.inc | ||
image.inc | ||
locale.inc | ||
menu.inc | ||
module.inc | ||
pager.inc | ||
session.inc | ||
tablesort.inc | ||
theme.inc | ||
unicode.inc | ||
xmlrpc.inc | ||
xmlrpcs.inc |