From d9e3ee720fb5eecadcecd1c19407da028467de8d Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 24 Apr 2005 10:35:26 +0000 Subject: [PATCH] fixed getAvailablePDFFields() --- lam/lib/modules.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 9872f98d..24a85bdd 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -365,7 +365,6 @@ function getAvailablePDFFields($scope) { // create new account container if needed if (! isset($_SESSION["profile_account_$scope"])) { $_SESSION["profile_account_$scope"] = new accountContainer($scope, "profile_account_$scope"); - $_SESSION["profile_account_$scope"]->new_account(); } // get options return $_SESSION["profile_account_$scope"]->getAvailablePDFFields();