diff options
-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(); } |