summaryrefslogtreecommitdiff
path: root/rhimport.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-01-07 12:59:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-01-07 12:59:25 (GMT)
commite621ef40089953059fe2c6564a53dc9d2829ef67 (patch)
tree27048607c151ec140f5424a87f1c87432a9cbc3d /rhimport.pm
parent404f8590978ccc678441a47395cb05a37805efc9 (diff)
fixed index for rebroadcast/regular @ zip-fm
Diffstat (limited to 'rhimport.pm')
-rw-r--r--rhimport.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rhimport.pm b/rhimport.pm
index 669a2b1..b8823ba 100644
--- a/rhimport.pm
+++ b/rhimport.pm
@@ -342,8 +342,8 @@ sub delete_file
sub pv_add_note
{
- my ( $title, $text, $id, $date, $type ) = @_;
- my @script = ('/usr/bin/ssh', 'root@intranet', 'addnote', $id, $date, $type);
+ my ( $title, $text, $id, $date, $type, $index ) = @_;
+ my @script = ('/usr/bin/ssh', 'root@intranet', 'addnote', $id, $date, $type, $index );
my ($reader, $writer, $error ) = ( new IO::Handle, new IO::Handle, new IO::Handle );
$writer->autoflush(1);