amazon.module line 1240:
db_query("UPDATE amazonitem SET pricedate = '01/01/01'");
to:
db_query("UPDATE {amazonitem} SET pricedate = '01/01/01'");

Comments

peterx’s picture

Version: 5.x-1.2 » 5.x-1.3

I updated to 1.3 and the line the same, just repeated.

peterx’s picture

Also about line 590, the following line:
'title' => ($product_type),
looks like it should be:
'title' => t($product_type),

Prometheus6’s picture

Assigned: Unassigned » Prometheus6
Status: Active » Fixed

It will be in the next commit.

The $product_type variable is fine. The value is read from a config file.

Prometheus6’s picture

Status: Fixed » Closed (fixed)