summaryrefslogtreecommitdiff
path: root/util/jsgen.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-12-19 19:07:27 +0100
committerYorhel <git@yorhel.nl>2010-12-19 19:09:10 +0100
commit234864cf99fd0eb30cdc561e29dda14a1536cacc (patch)
tree2cec80793a8bb82922d53dd4f8fcb0b9fab9c785 /util/jsgen.pl
parent1f49d025fb74006d811ab8f39cb6b70d2c0aa447 (diff)
RFC-01: Code/DB cleanup and renamed some stuff for consistency
Diffstat (limited to 'util/jsgen.pl')
-rwxr-xr-xutil/jsgen.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/jsgen.pl b/util/jsgen.pl
index a2a7d7af..58b0ac9a 100755
--- a/util/jsgen.pl
+++ b/util/jsgen.pl
@@ -101,8 +101,7 @@ sub resolutions {
sub jsgen {
l10n_load();
my $common = '';
- $common .= sprintf "rlst_rstat = [ %s ];\n", join ', ', map qq{"$_"}, @{$S{rlst_rstat}};
- $common .= sprintf "rlst_vstat = [ %s ];\n", join ', ', map qq{"$_"}, @{$S{rlst_vstat}};
+ $common .= sprintf "rlist_status = [ %s ];\n", join ', ', map qq{"$_"}, @{$S{rlist_status}};
$common .= sprintf "cookie_prefix = '%s';\n", $S{cookie_prefix};
$common .= sprintf "age_ratings = [ %s ];\n", join ',', @{$S{age_ratings}};
$common .= sprintf "languages = [ %s ];\n", join ', ', map qq{"$_"}, @{$S{languages}};