diff options
| author | 2010-10-05 20:07:44 +0200 | |
|---|---|---|
| committer | 2010-10-05 20:07:44 +0200 | |
| commit | faf6fbc956f8c23871c0bcb91a84986ffd689201 (patch) | |
| tree | 19afd74d1ba7438816c02689ae3b093c57eea2cc /module/web/pyload | |
| parent | closed #116 (diff) | |
| download | pyload-faf6fbc956f8c23871c0bcb91a84986ffd689201.tar.xz | |
changed dl function for test purpose
Diffstat (limited to 'module/web/pyload')
| -rw-r--r-- | module/web/pyload/views.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py index 523fe60ea..a69e7da86 100644 --- a/module/web/pyload/views.py +++ b/module/web/pyload/views.py @@ -357,7 +357,7 @@ def config(request):                  data["validuntil"] = _("not available")              else:                  t = localtime(data["validuntil"]) -                data["validuntil"] = strftime("%d-%m-%Y",t) +                data["validuntil"] = strftime("%d.%m.%Y",t)              if data["options"].has_key("time"):                  data["time"] = data["options"]["time"][0]  | 
