table names should be enclosed in {curly_brackets}

kenorb - November 3, 2008 - 10:06
Project:PayPal Node
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

kenorb - July 23, 2009 - 15:59

Any news?

 
 

Drupal is a registered trademark of Dries Buytaert.