Closed (fixed)
Project:
e-Commerce
Version:
5.x-4.x-dev
Component:
itransact
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2007 at 18:03 UTC
Updated:
26 Nov 2007 at 23:11 UTC
Syntax error as of 5.x-4.x-dev of 2007-11-01, fix is:
<?php
// $Id: itransact.module,v 1.2.2.3.2.1.2.6.2.11 2007/09/29 14:17:47 gordon Exp $
-define(ITRANSACT_DEFAULT_PAYMENT_URL, 'store/payment/itransact');
-define(ITRANSACT_DEFAULT_THANKS_URL, 'node');
+define('ITRANSACT_DEFAULT_PAYMENT_URL', 'store/payment/itransact');
+define('ITRANSACT_DEFAULT_THANKS_URL', 'node');
function itransact_help($section = '') {
switch ($section) {
Comments
Comment #1
dharmatech commentedAnother minor bug: $items is not defined if empty($maycache)
function itransact_menu($maycache) {
+ $items = array();
if (!empty($maycache)) {
Comment #2
brmassa commentedDharmaTech,
thanks for your tip. fixed on eC4
regards,
massa
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.