diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-23 11:55:44 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-23 11:55:44 +0100 |
commit | 4d6970e8d83b5183ad8de07291f0affb466bb31b (patch) | |
tree | 491dbb9b43f37f0d8460190587482a765f58f24a /includes/inc_vdr.php | |
parent | 04382fc07abfa254f468894593ec4a1f757ca1c8 (diff) | |
download | istreamdev-4d6970e8d83b5183ad8de07291f0affb466bb31b.tar.gz istreamdev-4d6970e8d83b5183ad8de07291f0affb466bb31b.tar.bz2 |
NEWT not ADDT
Diffstat (limited to 'includes/inc_vdr.php')
-rwxr-xr-x | includes/inc_vdr.php | 2 |
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(); } |