Active
Project:
Favorite Nodes
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2007 at 07:20 UTC
Updated:
9 Jun 2007 at 07:20 UTC
favorite_nodes appears to be expecting the 4.7-style returned array from node_get_types(). I was getting a bunch of errors on the calls to natcasesort in PHP 5.2. To get rid of them, I changed every call to this:
node_get_types('names')
This returns an array of just the type names, which is what we want.