Is:

function _paypalnode_get_cck_fields() {
...
  $q = db_query("SELECT nf.field_name, nf.global_settings FROM node_field nf

should be:

function _paypalnode_get_cck_fields() {
...
  $q = db_query("SELECT nf.field_name, nf.global_settings FROM {node_field} nf

Comments

kenorb’s picture

Any news?

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 5 is no longer officially supported. If you think this issue is still relevant in 7.x and beyond, feel free to re-open.