summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/myaccount.html
diff options
context:
space:
mode:
authorivan <ivan>2009-10-12 06:48:43 +0000
committerivan <ivan>2009-10-12 06:48:43 +0000
commite67b7f4bc312c27c09ffcc235aa93b2b78af89a6 (patch)
tree48a3514695f2b3cd84b1032b12774ff472fd8b5e /fs_selfservice/FS-SelfService/cgi/myaccount.html
parenta375847f5b5e1316c0cb8b137e20ee3bb009a8c7 (diff)
fix inadvertant "unknown package" error, fallout from pkg-balance work, RT#6125
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r--fs_selfservice/FS-SelfService/cgi/myaccount.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html
index d6527fe76..9b54794bc 100644
--- a/fs_selfservice/FS-SelfService/cgi/myaccount.html
+++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html
@@ -4,7 +4,7 @@
Hello <%= $name %>!<BR><BR>
<%= $small_custview %>
<BR>
-<%= if ( $pkgnum ) {
+<%= if ( $access_pkgnum ) {
$OUT .= qq!Balance: <B>\$$balance</B><BR><BR>!;
}
'';