get_node_types used in 4.6.0 version
estraver - April 3, 2006 - 20:01
| Project: | shazamgallery |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I downloaded the 4.6.0 version.. but in this version the function get_node_types is used and this functions is available in vesion 4.7 and not in 4.6. At this moment I want to use the 4.6 version of Drupal because 4.7 is in a beta stage.

#1
Smething must have gone wrong when backporting.
I am no longer using any 4.6, so please submit your patches.
#2
The thing is when I look at the 4.6.0 version there was update this day at April 4, 2006 - 16:45. So there is still activity on the 4.6.0 branch. Is there still activity on the 4.6.0 branch?
#3
I could fix the node_get_types problem. I simply replaced it by node_list(). But now I encounter the next problem. Where can I find the definition of the relations table or is this part of a other module?