diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-23 15:14:48 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-23 15:14:48 +0100 |
commit | e883ff39fcfb7902f5f7cf73ca7ed27ff4af858a (patch) | |
tree | e44a18eb1a46f066f1f5c789b79a6602a9655b70 /includes | |
parent | 7a855ec97d6e4d23d41daefda757e29b5ec3e75d (diff) | |
parent | 458cc60be095f49603c7f3ab81f4debf3392416b (diff) | |
download | istreamdev-e883ff39fcfb7902f5f7cf73ca7ed27ff4af858a.tar.gz istreamdev-e883ff39fcfb7902f5f7cf73ca7ed27ff4af858a.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
* 'master' of projects.vdr-developer.org:istreamdev:
removed green typo for timer feedback
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/include.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php index d244ba5..78c82c8 100755 --- a/includes/include.php +++ b/includes/include.php @@ -178,7 +178,7 @@ function set_timer($active, $channame, $date, $stime, $etime, $desc, $prevtimer) if (!is_numeric(substr($retarray[0], 0, 1))) $message = " <li class=\"textbox\"><p><font color='red'>Error: {$retarray[0]}</font></p></li>"; else - $message = " <li class=\"textbox\"><p><font color='green'>Timer {$settype}ed successfully </font></p></li>"; + $message = " <li class=\"textbox\"><p>Timer {$settype}ed successfully</p></li>"; include('includes/inc_timers.php'); } |