projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427ca15
)
Update to non-obsolete usage, per warnings
author
Alvaro Herrera
<
[email protected]
>
Sat, 31 Dec 2011 20:36:28 +0000
(17:36 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Sat, 31 Dec 2011 20:36:28 +0000
(17:36 -0300)
archives/bin/generate-list-descriptions
patch
|
blob
|
blame
|
history
diff --git
a/archives/bin/generate-list-descriptions
b/archives/bin/generate-list-descriptions
index 8c1b422ccb25d042d4c950d004493d96876a197f..565989dbc5e1cddde9b2c5d440e6ad94f812a25e 100755
(executable)
--- a/
archives/bin/generate-list-descriptions
+++ b/
archives/bin/generate-list-descriptions
@@
-66,7
+66,7
@@
sub writefile {
my $tmpfile = "$filename.new";
if (open TMPOUT, ">", $tmpfile) {
- print TMPOUT $json->
objToJ
son($data);
+ print TMPOUT $json->
to_j
son($data);
close TMPOUT;
rename $tmpfile, $filename;
}