diff options
author | ivan <ivan> | 2009-10-12 06:48:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-12 06:48:43 +0000 |
commit | e67b7f4bc312c27c09ffcc235aa93b2b78af89a6 (patch) | |
tree | 48a3514695f2b3cd84b1032b12774ff472fd8b5e /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
parent | a375847f5b5e1316c0cb8b137e20ee3bb009a8c7 (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.html | 2 |
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>!; } ''; |