summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-23 11:55:44 +0100
committerTheTroll <trolldev@gmail.com>2010-02-23 11:55:44 +0100
commit4d6970e8d83b5183ad8de07291f0affb466bb31b (patch)
tree491dbb9b43f37f0d8460190587482a765f58f24a
parent04382fc07abfa254f468894593ec4a1f757ca1c8 (diff)
downloadistreamdev-4d6970e8d83b5183ad8de07291f0affb466bb31b.tar.gz
istreamdev-4d6970e8d83b5183ad8de07291f0affb466bb31b.tar.bz2
NEWT not ADDT
-rwxr-xr-xincludes/inc_vdr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_vdr.php b/includes/inc_vdr.php
index 857cb8d..d6eb269 100755
--- a/includes/inc_vdr.php
+++ b/includes/inc_vdr.php
@@ -345,7 +345,7 @@ function vdrsettimer($channame, $date, $stime, $etime, $desc)
$svdrp = new SVDRP($svdrpip, $svdrpport);
$svdrp->Connect();
- $svdrp->Command("ADDT " .$timer);
+ $svdrp->Command("NEWT " .$timer);
$svdrp->Disconnect();
}