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

dharmatech’s picture

Another minor bug: $items is not defined if empty($maycache)

function itransact_menu($maycache) {
+ $items = array();
if (!empty($maycache)) {

brmassa’s picture

Status: Active » Fixed

DharmaTech,

thanks for your tip. fixed on eC4

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.