diff options
| author | ivan <ivan> | 2009-10-12 06:48:13 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-10-12 06:48:13 +0000 |
| commit | 73bde67816f29d4fa73b339ddb480484605e3e6c (patch) | |
| tree | bffc892886ca285ea1f8734e5977784c4e9c4bca /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
| parent | 753eb6be03f5db8775e869607b45a70443853c6f (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>!; } ''; |
