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 |
Jump to:
Description
Is:
function _paypalnode_get_cck_fields() {
...
$q = db_query("SELECT nf.field_name, nf.global_settings FROM node_field nfshould be:
function _paypalnode_get_cck_fields() {
...
$q = db_query("SELECT nf.field_name, nf.global_settings FROM {node_field} nf
#1
Any news?