diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 18:56:16 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 18:56:16 +0000 |
| commit | 3fcf37d16d268c9f7441fe6725fba8cee227cdfd (patch) | |
| tree | aa240a802485bd5d3737d998ed293741041a22b6 /install-debian.sh | |
| parent | 938389cf1727d5c61ebedff919576601efb45211 (diff) | |
| download | xxv-3fcf37d16d268c9f7441fe6725fba8cee227cdfd.tar.gz xxv-3fcf37d16d268c9f7441fe6725fba8cee227cdfd.tar.bz2 | |
* AJAX: Prepare data avoid double encoding with utf8
* AJAX: Avoid wrong JSON Object with comma like 'CapacityFree : 1234,4' with float point values by RECORDS::CapacityFree
Diffstat (limited to 'install-debian.sh')
| -rwxr-xr-x | install-debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-debian.sh b/install-debian.sh index 4e7fa33..f5be4c9 100755 --- a/install-debian.sh +++ b/install-debian.sh @@ -40,7 +40,7 @@ apt-get install \ libgd-gd2-noxpm-perl libgd-graph-perl libgd-graph3d-perl libgd-text-perl \ txt2html \ libhtml-tree-perl \ - libjson-perl + libjson-perl \ libwww-perl \ liblinux-inotify2-perl \ liblocale-gettext-perl \ |
