diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-11-27 15:22:33 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-11-27 15:22:33 +0000 |
| commit | 73ffd898650f6cb75d323cc438845a3aead1b110 (patch) | |
| tree | e92d68f9802fd2ae1e7479d0e02935ac350bb1bf /html | |
| parent | aacaa350f7da7c154264897da26d15ff38df46bb (diff) | |
| download | xxv-73ffd898650f6cb75d323cc438845a3aead1b110.tar.gz xxv-73ffd898650f6cb75d323cc438845a3aead1b110.tar.bz2 | |
* Database: Change method of version control, use comment from table, instead use table 'VERSION'
* RECORDS: Use MD5 for mapping preview images
* RECORDS: Don't use 2nd try to generate preview images
* Handle field names from table now with special character, remove prior workaround
* TIMER: Search lookup also for description
* buildsearch: redesign avoid SQL-Injection
* AUTOTIMER: Speed up background scan, compare now only changed und added epg-events
Diffstat (limited to 'html')
| -rw-r--r-- | html/rlist.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/rlist.tmpl b/html/rlist.tmpl index f6427c2..6158f0f 100644 --- a/html/rlist.tmpl +++ b/html/rlist.tmpl @@ -19,7 +19,7 @@ <?% END %?> <?% BLOCK image %?> - <?% files = param.getPreview(eventid) %?> + <?% files = param.getPreview(id) %?> <?% IF type == 'RADIO' %?> <img src="images/radio.png" width="200" title="<?% gettext('Radio recording') %?>" /> <?% ELSE %?> |
