fixed getAvailablePDFFields()

This commit is contained in:
Roland Gruber 2005-04-24 10:35:26 +00:00
parent 933a5e95c8
commit d9e3ee720f
1 changed files with 0 additions and 1 deletions

View File

@ -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();