Closed (fixed)
Project:
e-Commerce
Version:
4.7.x-1.x-dev
Component:
coupon
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2006 at 01:05 UTC
Updated:
28 Oct 2006 at 18:46 UTC
Hey there;
I'm upgrading to the most recent version of e-commerce and am getting the following error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/media911/public_html/drupal-4.7.2/modules/contrib/ecommerce/contrib/coupon/coupon.module on line 37
The code reads as such:
$items[] = array(
'path' => 'admin/store/coupon',
'title' => t('coupons'),
'callback' => 'coupon_admin_list'
'description' => t('Manage the coupons in circulation, the amounts paid and available'),
);
I'm a bit of a newbie but could this be related to a missing comma or something? Thanks all...
Comments
Comment #1
smikey commentedyikes - i dl'd the cvs version by mistake!
Comment #2
(not verified) commented