X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcallback-functions.php;h=d22e6ee36b26337a3d90f6f6d322082f69c3207b;hb=3ea8e4b627579b0852d527873fbf8c80f924d7c2;hp=ba91f20d62aec30d6b0c3016163bde97e6a5b037;hpb=df37ef84794acd14f02c5a46053936149df62a49;p=mailer.git diff --git a/inc/callback-functions.php b/inc/callback-functions.php index ba91f20d62..d22e6ee36b 100644 --- a/inc/callback-functions.php +++ b/inc/callback-functions.php @@ -1362,5 +1362,12 @@ function doXmlCallbackFunctionExecute ($callbackName, $args, $columnIndex, $cont call_user_func_array($callbackName, $args); } +// For 'doing' add referral level, the column-index is required +function addXmlSpecialAdminAddDoReferralLevels () { + // So set it all here + $GLOBALS['__COLUMN_INDEX']['doXmlCallbackFunction'] = 'column'; + $GLOBALS['__XML_ARGUMENTS']['doXmlCallbackFunction']['column_index'] = 'column'; +} + // [EOF] ?>