Download & Extend

table names should be enclosed in {curly_brackets}

Project:PayPal Node
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

Any news?

nobody click here