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

smikey’s picture

Status: Active » Fixed

yikes - i dl'd the cvs version by mistake!

Anonymous’s picture

Status: Fixed » Closed (fixed)